more printing fixes

This commit is contained in:
NilsUeter
2023-05-08 18:55:38 +02:00
parent bed08c5de3
commit d86d6bc345
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -155,10 +155,12 @@ button:focus-visible {
.avoid-page-break {
position: relative;
page-break-inside: avoid;
break-inside: avoid;
}
.page-break {
page-break-before: page;
break-before: page;
}