mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 04:34:36 -04:00
fix designs border
This commit is contained in:
parent
a4b49bb596
commit
458535a46d
@ -94,6 +94,11 @@
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
#product-table:not(:empty),
|
||||||
|
#delivery-note-table:not(:empty),
|
||||||
|
#task-table:not(:empty) {
|
||||||
border-top: 5px solid var(--primary-color);
|
border-top: 5px solid var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user