We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d79fc4 commit a9a9b7bCopy full SHA for a9a9b7b
web-components/src/components/header/components/UserMenuItem.Profile.tsx
@@ -36,7 +36,7 @@ const UserMenuItemProfile: React.FC<UserMenuItemProfileProps> = ({
36
className="w-full"
37
onClick={() => onProfileClick && onProfileClick(id, selected)}
38
>
39
- <Grid container>
+ <Grid container wrap="nowrap">
40
<Grid item mr={3} position="relative">
41
<UserAvatar size="medium" src={profileImage} />
42
{selected && (
0 commit comments