mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +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:
@@ -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