We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b721e89 commit ea91564Copy full SHA for ea91564
libs/tangle-shared-ui/src/components/ConnectWalletButton/WalletDropdown.tsx
@@ -104,7 +104,11 @@ const WalletDropdown: FC<{
104
{wallet.Logo}
105
106
<div>
107
- <Typography variant="h5" fw="bold" className="capitalize">
+ <Typography
108
+ variant="h5"
109
+ fw="bold"
110
+ className="capitalize truncate max-w-[200px]"
111
+ >
112
{accountName ?? wallet.name}
113
</Typography>
114
0 commit comments