Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)

pull/252/head
Aleksander Machniak 10 years ago
parent 047fc190f3
commit 3eab20980a

@ -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
-------------

@ -1036,7 +1036,6 @@ div.hide-headers {
#messagecontent .leftcol,
#messagepreview .leftcol {
margin-right: 252px;
overflow-x: auto;
}
#messagecontent .rightcol,

Loading…
Cancel
Save