]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move margin from adjacent selector to right on the .custom-control for better respons...
authorMark Otto <markd.otto@gmail.com>
Mon, 5 Dec 2016 04:42:12 +0000 (20:42 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2016 04:42:12 +0000 (20:42 -0800)
scss/_custom-forms.scss

index 7c58a0cb9210eac2587a5ee5c802b57dcd4fa320..1651a4aa664b611ddfdb0ac07d0b54f3c9365904 100644 (file)
   display: inline-block;
   min-height: (1rem * $line-height-base);
   padding-left: $custom-control-gutter;
+  margin-right: $custom-control-spacer-x;
   cursor: pointer;
-
-  + .custom-control {
-    margin-left: $custom-control-spacer-x;
-  }
 }
 
 .custom-control-input {