1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00
This commit is contained in:
Benjamin Beganović 2020-09-11 16:47:47 +02:00
parent 3ac3f6006c
commit d3f312b4ef

View File

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