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)