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