BusinessDocument: Make aside table a bit more compact

This commit is contained in:
2023-09-15 14:35:25 +02:00
parent b80cbc037c
commit dc215d3350

View File

@ -75,6 +75,14 @@ aside table tbody td {
font-size: 10pt; font-size: 10pt;
} }
aside table tbody th {
padding: 0.25mm 0.5mm 0.25mm 1mm;
}
aside table tbody td {
padding: 0.25mm 0;
}
aside table tbody th { aside table tbody th {
font-weight: normal; font-weight: normal;
} }