Skip to content

Commit

Permalink
Merge pull request #2112 from MahtabBukhari/toggles-section-should-be…
Browse files Browse the repository at this point in the history
…-aligned

Toggle section should be aligned
  • Loading branch information
Rassl authored Sep 12, 2024
2 parents cceefcd + 2301dd4 commit 7c6db9d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ const StyledFlex = styled(Flex)`

const StyledFormControlLabel = styled(FormControlLabel)`
justify-content: space-between;
margin: 8px 0;
margin-left: 2px !important;
margin-top: 8px;
margin-bottom: 8px;
`

const StyledLabel = styled.span<{ active: boolean }>`
Expand Down

0 comments on commit 7c6db9d

Please sign in to comment.