]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/editor_content.css
Imported Upstream version 0.3
[roundcube.git] / skins / default / editor_content.css
index 31a0a592e903ec23608a5e23f9ac26d52699e7b5..cb3717ced1f546815805b440e8efc30ecc0952be 100644 (file)
@@ -13,3 +13,12 @@ body {
        margin-top: 2px;
 }
 
+pre
+{
+       margin: 0;
+       padding: 0;
+       white-space: -moz-pre-wrap !important;
+       white-space: pre-wrap !important;
+       white-space: pre;
+       word-wrap: break-word; /* IE (and Safari) */
+}