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-04 21:09:14 +0300
commitccdd25df479bb461b3936534d840517455a7327d (patch)
treef0af73a7069e7748eb994037363b3c621c7e9fcf /skins
parent5ac44fd4ed0aa32858ef9b151373750ea846f027 (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 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 {