diff --git a/src/quo/components/wallet/account_card/view.cljs b/src/quo/components/wallet/account_card/view.cljs index d15b2e1b25..ed2b819fd9 100644 --- a/src/quo/components/wallet/account_card/view.cljs +++ b/src/quo/components/wallet/account_card/view.cljs @@ -126,9 +126,13 @@ [text/text {:style style/emoji} emoji]] [rn/view {:style style/watch-only-container} [text/text - {:size :paragraph-2 - :weight :medium - :style (style/account-name type theme)} + {:size :paragraph-2 + :weight :medium + :number-of-lines 1 + :max-width 110 + :margin-right 4 + :ellipis-mode :tail + :style (style/account-name type theme)} name] (when watch-only? [icon/icon :i/reveal {:color colors/neutral-50 :size 12}]) (when missing-keypair?