From fca66b0ef41453397cc9f348f412dfd8643745f0 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 14 Jun 2008 12:52:32 +0000 Subject: Let the browser wrap preformatted text --- skins/default/mail.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skins/default/mail.css') 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 -- cgit v1.2.3