Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)

This commit is contained in:
Mark Otto 2016-12-04 20:42:12 -08:00 committed by GitHub
parent ea9f846e0f
commit 306f75216d
1 changed files with 1 additions and 4 deletions

View File

@ -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 {