mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-13 00:07:21 +00:00
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:
@@ -201,6 +201,7 @@
|
||||
color: #595959;
|
||||
font-size: 9px;
|
||||
line-height: 12px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* -- Total Display Table -- */
|
||||
|
||||
@@ -244,6 +244,7 @@
|
||||
color: #595959;
|
||||
font-size: 9px;
|
||||
line-height: 12px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* -- Total Display Table -- */
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
color: #595959;
|
||||
font-size: 9px;
|
||||
line-height: 12px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.item-cell-table-hr {
|
||||
|
||||
Reference in New Issue
Block a user