Skip to content

Commit

Permalink
fix(core): On some emails print, first page is blank. Closes #5602.
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Mar 11, 2024
1 parent 7b23342 commit e39c104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UI/WebServerResources/scss/core/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@
md-card {
box-shadow: none !important;
}

.sg-block-print div.SOGoHTMLMail-CSS-Delimiter.mailer_htmlcontent div[class^="WordSection"] {
page: auto !important;
}
}

0 comments on commit e39c104

Please sign in to comment.