From: Mark Otto Date: Mon, 5 Dec 2016 04:42:12 +0000 (-0800) Subject: Move margin from adjacent selector to right on the .custom-control for better respons... X-Git-Tag: v4.0.0-alpha.6~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306f75216d2b66bfe8e6e4b587939491e637b8da;p=thirdparty%2Fbootstrap.git Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 7c58a0cb92..1651a4aa66 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -14,11 +14,8 @@ 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 {