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

pull/233/merge
Aleksander Machniak 10 years ago
parent e050502900
commit fef6173a2d

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

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

Loading…
Cancel
Save