mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Merge pull request #21033 from twbs/label-less-custom-controls
Add a min-height: 1.5rem; to custom controls
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
.custom-control {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-height: (1rem * $line-height-base);
|
||||
padding-left: $custom-control-gutter;
|
||||
cursor: pointer;
|
||||
|
||||
|
Reference in New Issue
Block a user