fix overflow in topbar

This commit is contained in:
tjs 2022-12-19 23:48:29 -05:00
parent 555de062af
commit 835af357d6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ const ConnectedMenu = () => {
isOwnerProfile
/>
{!loadProfileDetails && !isMobile ? (
<div className="ml-2.5 w-32 text-left">
<div className="ml-2.5 overflow-hidden text-left">
<p className="font-mono text-xs text-th-fgd-3">
{wallet_pk
? abbreviateAddress(new PublicKey(wallet_pk))