Skip to content

Commit

Permalink
fix: fix margin of Tree component
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 committed Jun 6, 2021
1 parent 9a1804c commit ac8f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tree/styled/treeContainerUl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from 'styled-components';

const TreeContainerUl = styled.ul`
list-style: none;
margin: 0;
margin: 0 0 0 16px;
padding: 0;
box-sizing: border-box;
`;
Expand Down

0 comments on commit ac8f498

Please sign in to comment.