1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

Prevent checks from shrinking in inline forms (#27870)

Fixes #25336
This commit is contained in:
Mark Otto
2018-12-21 13:52:02 -08:00
committed by GitHub
parent 2e1d0fed00
commit f6abb4976f

View File

@@ -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;