0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;