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
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue