mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add vertical-align:top to default text fields.
Add vertical-align top. Previously, text fields would have vertical-align:default = centre. This means long transaction descriptions would cause all other fields to be vertically centred. This amendment will ensure the transactional report text are aligned from the top.
This commit is contained in:
parent
53e4e0572e
commit
54f9cd69af
@ -157,7 +157,7 @@
|
||||
(string-append
|
||||
"h3 { " title-font-info " }\n"
|
||||
"a { " account-link-font-info " }\n"
|
||||
"body, p, table, tr, td { text-align: left; " text-cell-font-info " }\n"
|
||||
"body, p, table, tr, td { text-align: left; vertical-align: top; " text-cell-font-info " }\n"
|
||||
"tr.alternate-row { background: " alternate-row-color " }\n"
|
||||
"th.column-heading-left { text-align: left; " number-header-font-info " }\n"
|
||||
"th.column-heading-center { text-align: center; " number-header-font-info " }\n"
|
||||
|
Loading…
Reference in New Issue
Block a user