Prevent wrap in balance-labels
This commit is contained in:
parent
67c9b53e91
commit
3dcb362372
@ -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"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user