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:
Christopher Lam 2019-11-29 21:50:47 +08:00
parent b5f9cd0b32
commit 17bbf870e5

View File

@ -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)