mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Bug 797401 - Invoice Reports need an overall page width set
Use html5 @media to set main-table to page width.
This commit is contained in:
parent
b5f9cd0b32
commit
17bbf870e5
@ -43,6 +43,7 @@
|
||||
.company-table > table * { padding: 0px; }
|
||||
.client-table > table * { padding: 0px; }
|
||||
.invoice-details-table > table * { padding: 0px; }
|
||||
@media print { .main-table > table { width: 100%; }}
|
||||
")
|
||||
|
||||
(define (date-col columns-used)
|
||||
|
Loading…
Reference in New Issue
Block a user