This commit is contained in:
zadit
2024-10-17 03:54:32 +07:00
parent 8f50909e1a
commit 45b958642b
5 changed files with 17 additions and 13 deletions

View File

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