This commit is contained in:
Benjamin Beganović 2020-09-11 16:46:09 +02:00
parent 177eaa2ef5
commit 78bf39fcd1

View File

@ -85,11 +85,15 @@
#product-table > tbody > tr > td:last-child {
text-align: right;
}
#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;
}