diff --git a/src/report/report-system/html-acct-table.scm b/src/report/report-system/html-acct-table.scm index 518d52af3b..cc20eddabe 100644 --- a/src/report/report-system/html-acct-table.scm +++ b/src/report/report-system/html-acct-table.scm @@ -1162,6 +1162,7 @@ ) ) ))) + (gnc:html-table-set-style! table "table" 'attribute(list "style" "width:100%; max-width:20em") 'attribute (list "cellpadding" "0")) table) )