fix(mail(css)): respect white spaces in plaintext messages

Fixes #5069
pull/287/head
Francis Lachapelle 2020-07-30 13:28:14 -04:00
parent 728b4eeed4
commit f6ce265e7b
1 changed files with 4 additions and 0 deletions

View File

@ -266,6 +266,10 @@ md-sidenav {
}
}
.mailer_plaincontent {
white-space: pre-wrap;
}
.mailer_htmlcontent {
// Constrain absolute-positioned child elements to this element
position: relative;