From 17bbf870e5bdacf96114a8ef2aa5a763bc880877 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 29 Nov 2019 21:50:47 +0800 Subject: [PATCH] Bug 797401 - Invoice Reports need an overall page width set Use html5 @media to set main-table to page width. --- gnucash/report/business-reports/invoice.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnucash/report/business-reports/invoice.scm b/gnucash/report/business-reports/invoice.scm index 84bf7eedbf..a56dcdec4f 100644 --- a/gnucash/report/business-reports/invoice.scm +++ b/gnucash/report/business-reports/invoice.scm @@ -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)