Fix: Weird gap in invoice items description (#439)

- Ensure invoice item display is block for better layout. 
- Gets rid of the weird extra gap between last line and the line above it.
This commit is contained in:
Calcen
2025-08-31 09:23:58 +08:00
committed by GitHub
parent 4f34ca783b
commit c035c834d4
3 changed files with 3 additions and 0 deletions

View File

@@ -201,6 +201,7 @@
color: #595959;
font-size: 9px;
line-height: 12px;
display: block;
}
/* -- Total Display Table -- */

View File

@@ -244,6 +244,7 @@
color: #595959;
font-size: 9px;
line-height: 12px;
display: block;
}
/* -- Total Display Table -- */

View File

@@ -173,6 +173,7 @@
color: #595959;
font-size: 9px;
line-height: 12px;
display: block;
}
.item-cell-table-hr {