From 14190c2d174d68ddcb0063817fcc21dc2fa1fc47 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 23 Apr 2009 09:56:14 +0000 Subject: - Fix text wrapping in HTML editor after switching from plain text to HTML (#1485521) git-svn-id: https://svn.roundcube.net/trunk@2417 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/editor_content.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roundcubemail/skins/default/editor_content.css') diff --git a/roundcubemail/skins/default/editor_content.css b/roundcubemail/skins/default/editor_content.css index 31a0a592e..099b4248a 100644 --- a/roundcubemail/skins/default/editor_content.css +++ b/roundcubemail/skins/default/editor_content.css @@ -13,3 +13,13 @@ body { margin-top: 2px; } +pre +{ + margin: 0; + padding: 0; + white-space: -o-pre-wrap !important; + white-space: -moz-pre-wrap !important; + white-space: pre-wrap !important; + white-space: pre; + word-wrap: break-word; /* IE (and Safari) */ +} -- cgit v1.2.3