mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for clean design
This commit is contained in:
parent
a9681e80e2
commit
256ea3bdee
@ -16,7 +16,10 @@
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: $global_margin;
|
||||
margin-left: $global_margin;
|
||||
margin-right: $global_margin;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
size: $page_size $page_layout;
|
||||
}
|
||||
|
||||
@ -142,12 +145,14 @@
|
||||
}
|
||||
|
||||
#table-totals {
|
||||
margin-top: 1rem;
|
||||
margin-top: 0rem;
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
padding-top: .5rem;
|
||||
padding-right: 1rem;
|
||||
gap: 80px;
|
||||
page-break-inside:auto;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
#table-totals .totals-table-right-side > * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user