mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Tweak so long wallet names/balances do not break styling (#2964)
This commit is contained in:
parent
e318f7679e
commit
2bd7600bcf
@ -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…
x
Reference in New Issue
Block a user