Skip to content

Commit

Permalink
fix: adjust the width of user name comonent
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed May 14, 2024
1 parent 106a3de commit 056358c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/masterbots.ai/components/layout/user-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export function UserMenu() {
</div>
)}

<span className="ml-2 truncate-title w-[calc(100vw-325px)]">
{' '}
<span className="ml-2 truncate-title w-[calc(100vw-325px)] max-w-min">
{user.username}
</span>
</Button>
Expand Down

0 comments on commit 056358c

Please sign in to comment.