Skip to content

Commit 929b5d1

Browse files
authored
Update src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx
Signed-off-by: Mia Grenell <[email protected]>
1 parent af70c75 commit 929b5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const CollaboratorAvatarGroup = ({
145145
<CustomTooltip
146146
key={clientID}
147147
title={
148-
<div>
148+
<div style={{ justifyContent: 'center' }}>
149149
<Typography style={{ fontSize: '0.9em' }}>{user.name}</Typography>
150150
<Button
151151
size="small"

0 commit comments

Comments
 (0)