Skip to content

Commit

Permalink
Prevent checks from shrinking in inline forms (#27870)
Browse files Browse the repository at this point in the history
Fixes #25336
  • Loading branch information
mdo committed Dec 21, 2018
1 parent 2e1d0fe commit f6abb49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ textarea.form-control {
}
.form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: $form-check-input-margin-x;
margin-left: 0;
Expand Down

0 comments on commit f6abb49

Please sign in to comment.