Skip to content

Commit a9a9b7b

Browse files
committed
fix: keep in one line avatar and name in user menu
1 parent 3d79fc4 commit a9a9b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-components/src/components/header/components/UserMenuItem.Profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const UserMenuItemProfile: React.FC<UserMenuItemProfileProps> = ({
3636
className="w-full"
3737
onClick={() => onProfileClick && onProfileClick(id, selected)}
3838
>
39-
<Grid container>
39+
<Grid container wrap="nowrap">
4040
<Grid item mr={3} position="relative">
4141
<UserAvatar size="medium" src={profileImage} />
4242
{selected && (

0 commit comments

Comments
 (0)