Commit 306f7521 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Move margin from adjacent selector to right on the .custom-control for better...

Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)
parent ea9f846e
Showing with 1 addition and 4 deletions
+1 -4
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment