Skip to content

Commit

Permalink
[#404] Ligretto: fix maxWidth property name
Browse files Browse the repository at this point in the history
  • Loading branch information
margo-yunanova committed Aug 27, 2023
1 parent 877d270 commit ab371a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const UserInfo: React.FC<UserInfoProps> = ({ onClick, username, onButtonC
<Typography
fontSize="1.5rem"
textOverflow="ellipsis"
max-width="80%"
maxWidth="80%"
whiteSpace="nowrap"
overflow="hidden"
marginLeft={username ? '1.375rem' : '0'}
Expand Down

0 comments on commit ab371a8

Please sign in to comment.