You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LedgerAlign: correct when account name is too long
When account names are too long, LedgerAlign was currupting the aligned
lines. This commit ensures that:
- In any case, if the account name is longer than the aligning column,
the line is not corrupted and the amount is put at the end of the line
(instead of putting it in the middle of the account name)
- In any case, it ensures that there is a minimum of 2 spaces between
the account name and the amount.
0 commit comments