This commit is contained in:
Benjamin Beganović 2020-09-11 16:48:16 +02:00
parent 0a33a408f2
commit bc519a6f92

View File

@ -106,10 +106,14 @@
background-color: #f5f5f5;
}
#product-table-footer {
page-break-inside: avoid;
}
#product-table-footer > * {
display: grid;
grid-template-columns: 3fr 1fr 1fr;
padding-top: 1rem;
padding-top: .5rem;
padding-left: 1rem;
gap: 20px;
}