diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-14 12:52:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-14 12:52:32 +0000 |
| commit | 60c6827ef5cdf620caccc6b478b8e573c71aa308 (patch) | |
| tree | 02bfc000f16685bae16905a683e0ec7756f37b2a | |
| parent | fbfe177b9cf9566099c30a8daea5c0d7832c0a96 (diff) | |
Let the browser wrap preformatted text
git-svn-id: https://svn.roundcube.net/trunk@1533 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index f5d041fd6..9f0dc2736 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
