Documents: fix page breaking issues
This commit is contained in:
@ -120,6 +120,10 @@ main > *:first-child {
|
|||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-wrapper .hidden {
|
||||||
|
break-before: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
.main-wrapper .bottom {
|
.main-wrapper .bottom {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -52,6 +52,8 @@ table.delivery tr.sum td {
|
|||||||
|
|
||||||
table.delivery-stats {
|
table.delivery-stats {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
|
break-inside: avoid;
|
||||||
|
break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.delivery-stats.expanded th,
|
table.delivery-stats.expanded th,
|
||||||
|
@ -66,6 +66,6 @@ hr.page-break {
|
|||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.page::after {
|
.page::after {
|
||||||
content: "Seite " counter(page) " von " counter(pages);
|
content: "Seite " counter(page) " von " counter(pages) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user