Skip to content

Commit ea91564

Browse files
authored
Fix long account name layout (#3030)
1 parent b721e89 commit ea91564

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libs/tangle-shared-ui/src/components/ConnectWalletButton/WalletDropdown.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ const WalletDropdown: FC<{
104104
{wallet.Logo}
105105

106106
<div>
107-
<Typography variant="h5" fw="bold" className="capitalize">
107+
<Typography
108+
variant="h5"
109+
fw="bold"
110+
className="capitalize truncate max-w-[200px]"
111+
>
108112
{accountName ?? wallet.name}
109113
</Typography>
110114

0 commit comments

Comments
 (0)