Revised so that the amounts won't wrap in the income and expenses.

This commit is contained in:
依瑪貓 2023-03-05 22:19:42 +08:00
parent ddd028736c
commit 7e7e1a2844

View File

@ -35,7 +35,7 @@ First written: 2023/3/5
{% endif %}
</div>
<div>
<div class="text-nowrap">
{% if item.income is not none %}
<span class="badge rounded-pill bg-success">+{{ item.income|accounting_format_amount }}</span>
{% endif %}