From ccdd25df479bb461b3936534d840517455a7327d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 4 Mar 2021 19:09:14 +0100 Subject: [PATCH] Fix bug causing some HTML message content to be not centered in Elastic skin (#7911) --- CHANGELOG | 2 ++ skins/elastic/styles/styles.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {