Skip to content

Commit

Permalink
fix: AvatarList ellipsis in an li
Browse files Browse the repository at this point in the history
  • Loading branch information
jsomsanith-tlnd committed Jun 15, 2019
1 parent bd941d5 commit da6b097
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 da6b097

Please sign in to comment.