mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)
This commit is contained in:
@@ -14,11 +14,8 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: (1rem * $line-height-base);
|
min-height: (1rem * $line-height-base);
|
||||||
padding-left: $custom-control-gutter;
|
padding-left: $custom-control-gutter;
|
||||||
|
margin-right: $custom-control-spacer-x;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
+ .custom-control {
|
|
||||||
margin-left: $custom-control-spacer-x;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-control-input {
|
.custom-control-input {
|
||||||
|
Reference in New Issue
Block a user