Prevent wrap in balance-labels

This commit is contained in:
Jan Bader 2022-03-01 20:12:11 +00:00
parent 67c9b53e91
commit 3dcb362372

View File

@ -47,18 +47,18 @@ function createReconcilationTransaction() {
</h1>
<div class="text-right">
<span class="border-2 rounded-lg p-1">
<span class="border-2 rounded-lg p-1 whitespace-nowrap">
Working:
<Currency :value="accounts.CurrentAccount?.WorkingBalance" />
</span>
<span class="border-2 rounded-lg p-1 ml-2">
<span class="border-2 rounded-lg p-1 ml-2 whitespace-nowrap">
Cleared:
<Currency :value="accounts.CurrentAccount?.ClearedBalance" />
</span>
<span
class="border-2 border-blue-500 rounded-lg bg-blue-500 ml-2 p-1"
class="border-2 border-blue-500 rounded-lg bg-blue-500 ml-2 p-1 whitespace-nowrap"
v-if="!transactions.Reconciling"
@click="transactions.Reconciling = true"
>