mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
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>
|
||||
<div
|
||||
class="text-h6 q-pl-md"
|
||||
class="text-h6 q-pl-md ellipsis"
|
||||
style="max-width: 80%"
|
||||
:class="{
|
||||
'text-bold': g.wallet && g.wallet.id === wallet.id
|
||||
}"
|
||||
|
@ -322,7 +323,7 @@
|
|||
></div>
|
||||
</div>
|
||||
<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>
|
||||
<small> {{LNBITS_DENOMINATION}}</small>
|
||||
</h6>
|
||||
|
|
Loading…
Add table
Reference in a new issue