[#25] Documents: Fix page breaking

This commit is contained in:
2023-12-20 01:39:26 +01:00
parent 16d429e9e4
commit 781077e5e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.address-wrapper, aside, main {
.address-wrapper, aside {
overflow: hidden;
}

View File

@ -99,7 +99,7 @@ main table tr.new,
main table tr.border {
border-top: 0.5pt solid black;
}
table.delivery tr.sum {
main table tr.sum {
break-before: avoid;
}