Prevent wrap in balance-labels
This commit is contained in:
parent
67c9b53e91
commit
3dcb362372
@ -47,18 +47,18 @@ function createReconcilationTransaction() {
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<span class="border-2 rounded-lg p-1">
|
<span class="border-2 rounded-lg p-1 whitespace-nowrap">
|
||||||
Working:
|
Working:
|
||||||
<Currency :value="accounts.CurrentAccount?.WorkingBalance" />
|
<Currency :value="accounts.CurrentAccount?.WorkingBalance" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="border-2 rounded-lg p-1 ml-2">
|
<span class="border-2 rounded-lg p-1 ml-2 whitespace-nowrap">
|
||||||
Cleared:
|
Cleared:
|
||||||
<Currency :value="accounts.CurrentAccount?.ClearedBalance" />
|
<Currency :value="accounts.CurrentAccount?.ClearedBalance" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<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"
|
v-if="!transactions.Reconciling"
|
||||||
@click="transactions.Reconciling = true"
|
@click="transactions.Reconciling = true"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user