Skip to content

Commit

Permalink
freshheads#14 fixed alignment for form choice checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
remco-freshheads committed Jun 26, 2019
1 parent e6167e3 commit 1454cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_form-choice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
.form-choice__label {
position: relative;
display: inline-flex;
align-items: center;
min-height: 1.5rem;
margin-bottom: 0;
font-family: $form-choice-font-family;
Expand All @@ -37,6 +36,7 @@
flex: 1 0 1rem;
width: $form-choice-size;
height: $form-choice-size;
margin-top: 0.3rem;
margin-right: 0.5rem;
border: 1px solid $form-choice-border-color;
background-repeat: no-repeat;
Expand Down

0 comments on commit 1454cda

Please sign in to comment.