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.
This commit is contained in:
Bert 2017-05-13 15:46:07 +02:00 committed by GitHub
parent efaeb99ff1
commit 178013bf9d

View File

@ -1162,6 +1162,7 @@
)
)
)))
(gnc:html-table-set-style! table "table" 'attribute(list "style" "width:100%; max-width:20em") 'attribute (list "cellpadding" "0"))
table)
)