mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 21:04:35 -04:00
plain
This commit is contained in:
parent
177eaa2ef5
commit
78bf39fcd1
@ -85,11 +85,15 @@
|
|||||||
#product-table > tbody > tr > td:last-child {
|
#product-table > tbody > tr > td:last-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#product-table-footer {
|
||||||
|
page-break-inside: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
#product-table-footer > * {
|
#product-table-footer > * {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 3fr 1fr 1fr;
|
grid-template-columns: 3fr 1fr 1fr;
|
||||||
padding-top: 1rem;
|
padding-top: .5rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user