mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Prevent line break in date column on hyphen.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22833 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
01e0693a23
commit
4dc71d7455
@ -182,7 +182,7 @@
|
||||
(addto! row-contents
|
||||
(if transaction-info?
|
||||
(gnc:make-html-table-cell/markup
|
||||
"text-cell"
|
||||
"date-cell"
|
||||
(gnc-print-date
|
||||
(gnc-transaction-get-date-posted parent)))
|
||||
" ")))
|
||||
|
Loading…
Reference in New Issue
Block a user