diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-30 13:30:20 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-30 13:30:20 +0000 |
| commit | e393bcc42de7c5a384e250557b4ea1e55ae5f346 (patch) | |
| tree | 701713285f789ee8660535f54aa048d3a31f90ba /roundcubemail/skins/default/mail.css | |
| parent | 23036f694d1b36295983fa64f29f99f2bb82c12b (diff) | |
Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste in Firefox (#1485425)
git-svn-id: https://svn.roundcube.net/trunk@2197 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 18fcd127f..9590ba947 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
