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 af70c75 commit 929b5d1Copy full SHA for 929b5d1
src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx
@@ -145,7 +145,7 @@ const CollaboratorAvatarGroup = ({
145
<CustomTooltip
146
key={clientID}
147
title={
148
- <div>
+ <div style={{ justifyContent: 'center' }}>
149
<Typography style={{ fontSize: '0.9em' }}>{user.name}</Typography>
150
<Button
151
size="small"
0 commit comments