18 lines
272 B
CSS
18 lines
272 B
CSS
|
|
table.credit .amount.sum {
|
|
padding-bottom: 1mm;
|
|
}
|
|
|
|
table.credit tbody tr:not(.first):not(.last) {
|
|
break-before: avoid;
|
|
break-after: avoid;
|
|
}
|
|
|
|
table.credit tbody tr.first td {
|
|
padding-top: 1mm;
|
|
}
|
|
|
|
table.credit tbody tr.last td {
|
|
padding-bottom: 1mm;
|
|
}
|