fix(core): On some emails print, first page is blank. Closes #5602.

This commit is contained in:
smizrahi
2024-03-11 16:31:04 +01:00
parent 7b233422f5
commit e39c104436
@@ -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;
}
}