clean
This commit is contained in:
parent
0a33a408f2
commit
bc519a6f92
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue