Skip to content

Commit

Permalink
fix: restore #347 to refactored checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 25, 2020
1 parent 08b017a commit 2326e76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/components/inputs/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ input[type="checkbox"] {
width: auto;
}

[role="checkbox"] {
margin-right: rem(40);
}

[role="checkbox"] + input[type="checkbox"] {
display: none;
}
Expand Down

0 comments on commit 2326e76

Please sign in to comment.