Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-03-04 21:09:14 +0300
committerAleksander Machniak <alec@alec.pl>2021-03-06 11:03:15 +0300
commite1af03c8a46e568a0ead223c2223910402fa81c6 (patch)
tree158763f4328732bcc3c212b31e75a8ee41172d30 /skins
parent34c42f06e1a8b25c022f49ab59f5f26c21c9ec42 (diff)
Fix bug causing some HTML message content to be not centered in Elastic skin (#7911)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/styles.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less
index d39779435..32b447235 100644
--- a/skins/elastic/styles/styles.less
+++ b/skins/elastic/styles/styles.less
@@ -272,7 +272,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 {