diff --git a/CHANGELOG b/CHANGELOG index 6fcc5bf78..9604e46e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +- Fix bug causing some HTML message content to be not centered in Elastic skin (#7911) + RELEASE 1.5-beta ---------------- - Require PHP >= 5.5 diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index b245ddb8f..827df9dfc 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -336,7 +336,7 @@ body.task-error-login #layout { div.rcmBody { // Remove margins that can be set by the mail message styles - margin: 0 !important; + margin: 0 auto !important; } blockquote {