Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2018-12-22 00:52:02 +0300
committerGitHub <noreply@github.com>2018-12-22 00:52:02 +0300
commitf6abb4976fe69b2e8c8b9ef4307dc2d4b720a33a (patch)
treefe80fbc799bc0bc6fc7b2791922285128d526b94 /scss
parent2e1d0fed0058a6a27a5692c0185b5129ff79054d (diff)
Prevent checks from shrinking in inline forms (#27870)
Fixes #25336
Diffstat (limited to 'scss')
-rw-r--r--scss/_forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 3622db4c40..2db6d834cd 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -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;