From fca66b0ef41453397cc9f348f412dfd8643745f0 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 14 Jun 2008 08:52:32 -0400
Subject: [PATCH] Let the browser wrap preformatted text
---
skins/default/mail.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index f5d041f..9f0dc27 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -687,9 +687,10 @@
{
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
--
Gitblit v1.9.1