mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
set dynamic margin
This commit is contained in:
parent
458535a46d
commit
7e750cd510
@ -89,7 +89,6 @@
|
||||
#product-table,
|
||||
#delivery-note-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
@ -100,6 +99,7 @@
|
||||
#delivery-note-table:not(:empty),
|
||||
#task-table:not(:empty) {
|
||||
border-top: 5px solid var(--primary-color);
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
|
Loading…
Reference in New Issue
Block a user