Skip to content

Commit

Permalink
fix(mail(css)): respect white spaces in plaintext messages
Browse files Browse the repository at this point in the history
Fixes #5069
  • Loading branch information
cgx committed Jul 30, 2020
1 parent 728b4ee commit f6ce265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UI/WebServerResources/scss/views/MailerUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ md-sidenav {
}
}

.mailer_plaincontent {
white-space: pre-wrap;
}

.mailer_htmlcontent {
// Constrain absolute-positioned child elements to this element
position: relative;
Expand Down

0 comments on commit f6ce265

Please sign in to comment.