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:59:18 +0200 |
commit | 3eab20980a756fcdfff047d36bf2bf922d9bb5a2 (patch) | |
tree | 4269f5a903ff596cb1baa117029eb028dbda8f77 | |
parent | 047fc190f3b20b43fda4428630f471187258fbb6 (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
@@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail - 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 019feb972..7cd366da1 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1036,7 +1036,6 @@ div.hide-headers { #messagecontent .leftcol, #messagepreview .leftcol { margin-right: 252px; - overflow-x: auto; } #messagecontent .rightcol, |