Tweak so long wallet names/balances do not break styling (#2964)

This commit is contained in:
Arc 2025-02-15 20:34:14 +00:00 committed by GitHub
parent e318f7679e
commit 2bd7600bcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>