Tweak so long wallet names/balances do not break styling (#2964)
This commit is contained in:
parent
e318f7679e
commit
2bd7600bcf
1 changed files with 3 additions and 2 deletions
|
|
@ -314,7 +314,8 @@
|
||||||
>
|
>
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
<div
|
<div
|
||||||
class="text-h6 q-pl-md"
|
class="text-h6 q-pl-md ellipsis"
|
||||||
|
style="max-width: 80%"
|
||||||
:class="{
|
:class="{
|
||||||
'text-bold': g.wallet && g.wallet.id === wallet.id
|
'text-bold': g.wallet && g.wallet.id === wallet.id
|
||||||
}"
|
}"
|
||||||
|
|
@ -322,7 +323,7 @@
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row items-center q-pt-sm">
|
<div class="row items-center q-pt-sm">
|
||||||
<h6 class="q-my-none text-no-wrap">
|
<h6 class="q-my-none ellipsis full-width">
|
||||||
<strong v-text="wallet.fsat"></strong>
|
<strong v-text="wallet.fsat"></strong>
|
||||||
<small> {{LNBITS_DENOMINATION}}</small>
|
<small> {{LNBITS_DENOMINATION}}</small>
|
||||||
</h6>
|
</h6>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue