(css) Fix printing of long mails

Fixes #3731
pull/27/merge
Francis Lachapelle 2016-08-01 14:19:16 -04:00
parent 431db5495e
commit 6071375c29
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
// Horizontal flex layout must be ignored for element that could spawn multiple pages
.view[layout="row"],
section > div[layout="row"],
.msg-body > div[layout="row"] {
.msg-body > [layout="row"],
.mailer_mailcontent[layout="row"] {
display: block !important;
max-height: none !important;
position: relative !important;