mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-20 23:07:01 +01:00
Fix bug causing some HTML message content to be not centered in Elastic skin (#7911)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user