fix(print): respect page breaks

This commit is contained in:
Elian Doran 2024-11-28 20:21:17 +02:00
parent 6fde3305a1
commit 7a8b526795
No known key found for this signature in database

View File

@ -4,6 +4,15 @@
display: none;
}
.page-break {
page-break-after: always;
}
.printed-content .page-break:after,
.printed-content .page-break > * {
display: none !important;
}
.ck-content li p {
margin: 0 !important;
}