business
This commit is contained in:
parent
d3f312b4ef
commit
0a33a408f2
1 changed files with 6 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.header-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1.8fr 1fr 1fr;
|
||||
|
|
@ -134,6 +134,11 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#product-table-footer {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
#product-table-footer > *:last-child {
|
||||
border-bottom-left-radius: 1rem;
|
||||
border-bottom-right-radius: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue