summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-12-30 13:30:20 +0000
committerthomascube <thomas@roundcube.net>2008-12-30 13:30:20 +0000
commit27806471142e74d667e5828dfdc1a0ec9d4f410c (patch)
treedf315a88999c192c88aee9552d1ae5581ea18ae0 /skins
parent64db7e176efda9749757677699d2be508c150fca (diff)
Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste in Firefox (#1485425)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 18fcd127f..9590ba947 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -820,6 +820,7 @@ div.message-htmlpart a
color: #0000CC;
}
+div.message-part pre,
div.message-part div.pre
{
margin: 0px;