Skip to content

Commit

Permalink
fix: AvatarList ellipsis in an li (#16)
Browse files Browse the repository at this point in the history
fix: AvatarList ellipsis in an li
  • Loading branch information
domyen authored Jun 15, 2019
2 parents bd941d5 + da6b097 commit 16690c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AvatarList.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const UserAvatar = styled(Avatar)`

const UserTooltipWrapper = styled(WithTooltip)``;

const UserEllipses = styled.div`
const UserEllipses = styled.li`
display: inline-flex;
font-size: ${typography.size.s1}px;
color: ${color.mediumdark};
margin-left: 6px;
Expand Down

0 comments on commit 16690c1

Please sign in to comment.