diff options
author | alecpl <alec@alec.pl> | 2008-09-19 17:21:37 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-19 17:21:37 +0000 |
commit | 466c6ee174c99ac8b823bb8d3d64d60122be5f15 (patch) | |
tree | d9cb646baffccdf8db0b9f79560aa06c32df7bdb /skins/default/print.css | |
parent | e5af2fe88e3282aacbc2c48be5405c1de62df8a2 (diff) |
#1485378: fix text wrapping
Diffstat (limited to 'skins/default/print.css')
-rw-r--r-- | skins/default/print.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/default/print.css b/skins/default/print.css index a36f87a1f..b3fdebfb4 100644 --- a/skins/default/print.css +++ b/skins/default/print.css @@ -108,7 +108,10 @@ div.message-part div.pre margin: 0; padding: 0; white-space: pre; + white-space: -o-pre-wrap !important; + white-space: -moz-pre-wrap !important; font-family: monospace; + word-wrap: break-word; /* IE (and Safari) */ } div.message-part blockquote |