From: Tomáš Kout Date: Sun, 13 Aug 2017 21:58:47 +0000 (+0200) Subject: Move the gap between inline checkboxes to right (#22607) X-Git-Tag: v4.0.0-beta.2~382^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453a5fa03355300293e7012c3e421feadd69a26b;p=thirdparty%2Fbootstrap.git Move the gap between inline checkboxes to right (#22607) --- diff --git a/scss/_forms.scss b/scss/_forms.scss index e884890e48..83d879737f 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; - } }