0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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:
Mark Otto 2016-10-27 21:23:04 -07:00 committed by GitHub
commit f655343ac9

View File

@ -12,6 +12,7 @@
.custom-control {
position: relative;
display: inline-block;
min-height: (1rem * $line-height-base);
padding-left: $custom-control-gutter;
cursor: pointer;