From 60c6827ef5cdf620caccc6b478b8e573c71aa308 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 14 Jun 2008 12:52:32 +0000 Subject: Let the browser wrap preformatted text git-svn-id: https://svn.roundcube.net/trunk@1533 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3