aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-26 16:11:50 -0800
committerMark Otto <[email protected]>2016-12-27 14:17:11 -0800
commit8721ff8d6bb61fc2a26549e50d7cf972c513915b (patch)
treef1d787c3beef08780d8ccd7944e60e74ddb53df3
parent4ba5bfb7cb0db71add58f127bfbc47f2cee94c03 (diff)
downloadbootstrap-8721ff8d6bb61fc2a26549e50d7cf972c513915b.tar.xz
bootstrap-8721ff8d6bb61fc2a26549e50d7cf972c513915b.zip
fix inline checks
-rw-r--r--scss/_forms.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index dc1c66b9b..9c581feae 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -360,6 +360,8 @@ select.form-control-lg {
}
.form-check-input {
position: relative;
+ margin-top: 0;
+ margin-right: $form-check-input-margin-x;
margin-left: 0;
}
@@ -373,7 +375,7 @@ select.form-control-lg {
.custom-control-indicator {
position: static;
display: inline-block;
- margin-right: .25rem; // Flexbox alignment means we lose our HTML space here, so we compensate.
+ margin-right: $form-check-input-margin-x; // Flexbox alignment means we lose our HTML space here, so we compensate.
vertical-align: text-bottom;
}