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

Commit

Permalink
fix(InlineList): Fix sneaky non-tab indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Aug 24, 2020
1 parent 9a17694 commit ca0f955
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 @@ -43,7 +43,7 @@ const Wrapper = styled('ul').withConfig({shouldForwardProp})`
${positionProps}
list-style: none;
margin: 0;
padding: 0;
padding: 0;
${p =>
p.spacing &&
Expand Down

0 comments on commit ca0f955

Please sign in to comment.