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 /skins | |
parent | 047fc190f3b20b43fda4428630f471187258fbb6 (diff) |
Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 1 |
1 files changed, 0 insertions, 1 deletions
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, |