From 3fa4fda7180aea69cc30bda830f5f3a461c60f61 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 8 Mar 2024 14:13:38 +0000 Subject: [PATCH] fix: add truncation for alias in mobile menu --- apps/trading/components/vega-wallet/vega-wallet-menu.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/trading/components/vega-wallet/vega-wallet-menu.tsx b/apps/trading/components/vega-wallet/vega-wallet-menu.tsx index 1b605cbe2..1f5226863 100644 --- a/apps/trading/components/vega-wallet/vega-wallet-menu.tsx +++ b/apps/trading/components/vega-wallet/vega-wallet-menu.tsx @@ -103,7 +103,7 @@ const KeypairListItem = ({ return (
@@ -126,11 +126,11 @@ const KeypairListItem = ({ {copied && {t('Copied')}} - + {alias ? alias : t('No alias')}