Fix bug causing some HTML message content to be not centered in Elastic skin (#7911)

This commit is contained in:
Aleksander Machniak
2021-03-04 19:09:14 +01:00
parent 5ac44fd4ed
commit ccdd25df47
2 changed files with 3 additions and 1 deletions

View File

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

View File

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