diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 12:52:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 12:52:32 +0000 |
commit | fca66b0ef41453397cc9f348f412dfd8643745f0 (patch) | |
tree | aef8bf8cb995774b39b59c4b0c3f1828530bcc10 | |
parent | 83a7636872d58f044d1fac444268dd2e7c7ebaee (diff) |
Let the browser wrap preformatted text
-rw-r--r-- | skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index f5d041fd6..9f0dc2736 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -687,9 +687,10 @@ div.message-part div.pre { margin: 0px; padding: 0px; + font-family: monospace; white-space: -moz-pre-wrap !important; white-space: pre; - font-family: monospace; + word-wrap: break-word; /* IE (and Safari) */ } div.message-part blockquote |