X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=skins%2Fdefault%2Feditor_content.css;fp=skins%2Fdefault%2Feditor_content.css;h=cb3717ced1f546815805b440e8efc30ecc0952be;hb=b68022ca3782d5eb5a1a7ef6f8cf7abe1dc15bd6;hp=31a0a592e903ec23608a5e23f9ac26d52699e7b5;hpb=162c8d010934c01433e8125382fb493712575198;p=roundcube.git diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 31a0a59..cb3717c 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -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) */ +}