Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(InlineList): Tiny middledot alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Mar 25, 2020
1 parent 692123b commit 0f5f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InlineList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Wrapper = styled.ul`
content: '';
display: inline-block;
vertical-align: middle;
margin: 0 0.8ch;
margin: -0.15em 0.8ch 0;
width: 0.15em;
height: 0.15em;
border-radius: 50%;
Expand Down

0 comments on commit 0f5f8c9

Please sign in to comment.