diff options
| author | Mark Otto <[email protected]> | 2016-12-07 21:27:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-10 16:58:52 -0800 |
| commit | 65aed32d95d8f3158b2c94d4947c346ab365d783 (patch) | |
| tree | 97c5523ee80151531f5daea445d48869bc050ae1 | |
| parent | eb40c2a747f1f2f400f4ba38149d41b97dcab989 (diff) | |
| download | bootstrap-65aed32d95d8f3158b2c94d4947c346ab365d783.tar.xz bootstrap-65aed32d95d8f3158b2c94d4947c346ab365d783.zip | |
put the custom control spacer var to use
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 1651a4aa6..6ee5a6753 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -117,6 +117,7 @@ .custom-control { float: left; clear: left; + margin-bottom: $custom-control-spacer-y; + .custom-control { margin-left: 0; |
