Fix: Unallocated gets unreadable if negative
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
581ab042fc
commit
91d2447728
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="col d-flex align-items-center justify-content-center">
|
||||
<div :class="unallocatedMoneyClass">
|
||||
<span :class="classFromNumber(unallocatedMoney, ['fs-4'])">{{ formatNumber(unallocatedMoney) }} €</span>
|
||||
<span class="fs-4">{{ formatNumber(unallocatedMoney) }} €</span>
|
||||
<span class="small">Unallocated</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue