Skip to content

Commit df9d5de

Browse files
authored
Merge pull request #1123 from layer5io/miacycle-patch-1
Update CollaboratorAvatarGroup.tsx: Move Divider down one element.
2 parents 656383d + f89c6b8 commit df9d5de

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
@@ -146,8 +146,8 @@ const CollaboratorAvatarGroup = ({
146146
key={clientID}
147147
title={
148148
<div style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column' }}>
149-
<Divider />
150149
<Typography style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column', margin: 'auto', fontSize: '1rem' }}>{user.name}</Typography>
150+
<Divider />
151151
<Button
152152
size="small"
153153
variant="outlined"

0 commit comments

Comments
 (0)