ok
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
}
|
||||
|
||||
.item {
|
||||
border-top: 2px solid #00000017;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: space-between;
|
||||
@@ -16,6 +17,8 @@
|
||||
box-sizing: border-box; /* Include padding and border in the element's total width */
|
||||
width: 100%; /* Ensure the item does not exceed the parent's width */
|
||||
overflow: hidden; /* Prevent internal overflow */
|
||||
padding-top: 10px;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
.itemInvoice {
|
||||
|
||||
Reference in New Issue
Block a user