Skip to content

Commit

Permalink
fix(FiltersList): removes left margins
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Oct 15, 2020
1 parent 66bb4e5 commit 78aa799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/molecules/Filters/FiltersCheckboxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const FiltersTitle = styled.span`

export const FiltersList = styled.div`
display: flex;
margin-left: 18px;
padding-left: 10px;
font-size: 16px;
color: ${props => props.theme.textColor};
border-radius: ${props => props.theme.Button.radius};
Expand Down

0 comments on commit 78aa799

Please sign in to comment.