Bug 797401 - Invoice Reports need an overall page width set

Use html5 @media to set main-table to page width.
pull/613/head
Christopher Lam 7 years ago
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…
Cancel
Save