mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
Merge pull request #4333 from beganovich/v5-fix-designs-border
(v5) Fix table border & dynamic table margin for Creative design
This commit is contained in:
commit
a2c244a666
@ -89,12 +89,17 @@
|
||||
#product-table,
|
||||
#delivery-note-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
/* margin-bottom: 200px; */
|
||||
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);
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
|
Loading…
Reference in New Issue
Block a user