Document: Remove break-before: avoid for tr.sum
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user