From 178013bf9d35b2fa64d797d27d22febecd8f5d7e Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 13 May 2017 15:46:07 +0200 Subject: [PATCH] Bug 776396 - Foreign currency reports, amounts are not aligned correctly Bug 776396 - Foreign currency reports, amounts are not aligned correctly This commit will improve the styling of the table element used for foreign currencies in the Balance sheet report so they end up aligned with the other currencies. --- src/report/report-system/html-acct-table.scm | 1 + 1 file changed, 1 insertion(+) 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) )