Skip to content

Commit

Permalink
add space between left menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 2, 2019
1 parent d3efe2f commit 2608e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MenuItem = styled.li`
display: flex;
justify-content: flex-start;
align-items: center;
padding: 5px 5px;
padding: 8px 5px;
margin-bottom: 8px;
box-sizing: border-box;
cursor: pointer;
Expand Down

0 comments on commit 2608e3e

Please sign in to comment.