DeliveryConfirmation: Keep last two tables together on page

This commit is contained in:
2023-12-19 22:04:34 +01:00
parent 18600a44da
commit 16d429e9e4
2 changed files with 10 additions and 2 deletions

View File

@ -22,3 +22,11 @@ table.delivery-confirmation tr.sum {
table.delivery-confirmation tr.sum td {
padding-top: 1mm;
}
table.sortenaufteilung {
break-after: avoid;
}
table.buckets {
break-before: avoid;
}