Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Prevent breaking layout on long cluster name (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored Mar 22, 2022
1 parent 565c0b7 commit a546500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const IdentitySelector = forwardRef<
<UserIcon letter={props.userName[0]} />
</Box>
)}
<Text css={{ whiteSpace: 'nowrap' }} typography="subtitle1" title={text}>
<Text style={{ whiteSpace: 'nowrap' }} typography="subtitle1" title={text}>
{text}
</Text>
<Icon ml={2} />
Expand Down

0 comments on commit a546500

Please sign in to comment.