From 4f7f1325411d6282864006f58587b87347c77758 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 19 Oct 2007 21:08:19 +0000 Subject: [PATCH] Monotone-Parent: f775647c24125f4df21cdc41b3c4eae6eccec830 Monotone-Revision: d3291322d5661d3ab179d4b554b40c2516e33731 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-19T21:08:19 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/MailerUI.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index 1b6a52042..6cdf164f0 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -368,6 +368,12 @@ DIV.mailer_plaincontent position: relative; font-family: monospace, fixed; white-space: pre; + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ + width: 99%; font-size: inherit; margin: 0px; padding: 0px;