Skip to content

Commit d5ee6f7

Browse files
SDClowenlouismaximepiton
authored andcommitted
Add defensive CSS to handle form check input in fleboxes (twbs#38955)
Co-authored-by: louismaxime.piton <louismaxime.piton@orange.com>
1 parent dd786d4 commit d5ee6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/forms/_form-check.scss

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
.form-check-input {
3030
--#{$prefix}form-check-bg: #{$form-check-input-bg};
3131

32+
flex-shrink: 0;
3233
width: $form-check-input-width;
3334
height: $form-check-input-width;
3435
margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height

0 commit comments

Comments
 (0)