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