We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd786d4 commit d5ee6f7Copy full SHA for d5ee6f7
scss/forms/_form-check.scss
@@ -29,6 +29,7 @@
29
.form-check-input {
30
--#{$prefix}form-check-bg: #{$form-check-input-bg};
31
32
+ flex-shrink: 0;
33
width: $form-check-input-width;
34
height: $form-check-input-width;
35
margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height
0 commit comments