simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.97k stars 317 forks source link

fix: css to preserve linebreaks in messages #2163

Closed Zegnat closed 8 months ago

Zegnat commented 8 months ago

Super minimal change. Just preserving line breaks in hledger-web. See the following before and after screenshots:

Before: the error message about an unbalanced transaction is all on one line.

After: the error message about an unbalanced transaction is split over multiple lines.

I was not sure if this would be nice to have in the changelog or not. Let me know if you would prefer me to prefix the commit message with ;.

simonmichael commented 8 months ago

Very nice and changelog worthy, thanks!