diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-10-18 09:58:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-10-18 09:58:35 +0200 |
commit | fef6173a2df6693a6ea87abb8432390fb39288d5 (patch) | |
tree | fce7ec9cfebebb89cd24adab40950d083aba44dc | |
parent | e05050290036b2a677a30a27ea7da23506705c58 (diff) |
Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/larry/mail.css | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -51,6 +51,7 @@ CHANGELOG Roundcube Webmail - Fix mbox files import - Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) - Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) +- Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103) RELEASE 1.0.3 ------------- diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 4ec258552..0f1eaa8a7 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -857,7 +857,6 @@ div.hide-headers { #messagecontent .leftcol, #messagepreview .leftcol { margin-right: 252px; - overflow-x: auto; } #messagecontent .rightcol, |