aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
diff options
context:
space:
mode:
authorTomáš Kout <[email protected]>2017-08-13 23:58:47 +0200
committerMark Otto <[email protected]>2017-08-13 14:58:47 -0700
commit453a5fa03355300293e7012c3e421feadd69a26b (patch)
tree5c4d17bd91fd1b2ada44335f86c1eaaa21044070 /scss/_forms.scss
parent0bc39aa30aec905f1449c720423093a379def024 (diff)
downloadbootstrap-453a5fa03355300293e7012c3e421feadd69a26b.tar.xz
bootstrap-453a5fa03355300293e7012c3e421feadd69a26b.zip
Move the gap between inline checkboxes to right (#22607)
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index e884890e4..83d879737 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -241,14 +241,11 @@ select.form-control-lg {
// Radios and checkboxes on same line
.form-check-inline {
display: inline-block;
+ margin-right: $form-check-inline-margin-x;
.form-check-label {
vertical-align: middle;
}
-
- + .form-check-inline {
- margin-left: $form-check-inline-margin-x;
- }
}