mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)
This commit is contained in:
parent
ea9f846e0f
commit
306f75216d
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue