1
0
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:
Benjamin Beganović 2020-11-19 15:07:41 +01:00 committed by GitHub
commit a2c244a666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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