Document: Remove break-before: avoid for tr.sum

This commit is contained in:
2024-01-07 21:39:42 +01:00
parent 9f73d13dbf
commit 3562d304de
3 changed files with 19 additions and 22 deletions

View File

@ -128,11 +128,6 @@ main table tr.border {
border-top: 0.5pt solid black;
}
main table tr.sum,
main table td.sum {
break-before: avoid;
}
main table th.unit {
font-size: 8pt;
}
@ -152,3 +147,7 @@ main table .rborder {border-right: 0.5pt solid black;}
main table .fleft {
float: left;
}
main tbody.sum tr:last-child {
border-bottom: 0.5pt solid black;
}