diff options
| author | Mark Otto <[email protected]> | 2016-10-27 21:23:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-27 21:23:04 -0700 |
| commit | f655343ac9d2b7d4a094feb74824d638073492c5 (patch) | |
| tree | 2828c1856a7170cd15634035377820113629d5b0 | |
| parent | 4a0511602063f16fb9b745afca469dde5c99a77a (diff) | |
| parent | 1421ca5b8790df8b29f555bda4b495852137773a (diff) | |
| download | bootstrap-f655343ac9d2b7d4a094feb74824d638073492c5.tar.xz bootstrap-f655343ac9d2b7d4a094feb74824d638073492c5.zip | |
Merge pull request #21033 from twbs/label-less-custom-controls
Add a min-height: 1.5rem; to custom controls
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 18aedc66f..6ce2b29ac 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -12,6 +12,7 @@ .custom-control { position: relative; display: inline-block; + min-height: (1rem * $line-height-base); padding-left: $custom-control-gutter; cursor: pointer; |
