mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55: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:
@@ -43,6 +43,7 @@
|
|||||||
.company-table > table * { padding: 0px; }
|
.company-table > table * { padding: 0px; }
|
||||||
.client-table > table * { padding: 0px; }
|
.client-table > table * { padding: 0px; }
|
||||||
.invoice-details-table > table * { padding: 0px; }
|
.invoice-details-table > table * { padding: 0px; }
|
||||||
|
@media print { .main-table > table { width: 100%; }}
|
||||||
")
|
")
|
||||||
|
|
||||||
(define (date-col columns-used)
|
(define (date-col columns-used)
|
||||||
|
|||||||
Reference in New Issue
Block a user