]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move the gap between inline checkboxes to right (#22607)
authorTomáš Kout <kout.tk@gmail.com>
Sun, 13 Aug 2017 21:58:47 +0000 (23:58 +0200)
committerMark Otto <markd.otto@gmail.com>
Sun, 13 Aug 2017 21:58:47 +0000 (14:58 -0700)
scss/_forms.scss

index e884890e48b0d264618ece303febdffeda1a5550..83d879737febb09d6ee41be717d0495a9c626312 100644 (file)
@@ -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;
-  }
 }