We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb9d81 commit 03457c3Copy full SHA for 03457c3
src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx
@@ -145,8 +145,8 @@ const CollaboratorAvatarGroup = ({
145
<CustomTooltip
146
key={clientID}
147
title={
148
- <div style={{ justifyContent: 'center' }}>
149
- <Typography style={{ fontSize: '0.9em' }}>{user.name}</Typography>
+ <div>
+ <Typography style={{ fontSize: '0.9rem' }}>{user.name}</Typography>
150
<Button
151
size="small"
152
variant="outlined"
0 commit comments