(css) Force wrapping of pre in HTML content

pull/229/merge
Francis Lachapelle 2018-06-07 14:00:05 -04:00
parent 976556d402
commit 70d0408230
1 changed files with 7 additions and 0 deletions

View File

@ -249,6 +249,13 @@ md-sidenav {
}
}
// Force wrapping of pre elements in HTML content
.mailer_htmlcontent pre {
white-space: pre-wrap;
word-wrap: break-word;
tab-size: 4;
}
.sg-mail-editor {
.pseudo-input-container {
max-height: 400px;