1
0
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:
Benjamin Beganović 2020-11-19 15:03:18 +01:00
parent 458535a46d
commit 7e750cd510

View File

@ -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 {