aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Straube <[email protected]>2018-01-16 04:07:05 -0200
committerMark Otto <[email protected]>2018-01-15 22:07:05 -0800
commita531b4645311dd5b5af5c8e650d9f48c1fd522e5 (patch)
treec476366d472a558d2a81dbcd20dfde9d42985d31
parent814e5b7f57640dde2a48bc5f95af1ac28efb8fab (diff)
downloadbootstrap-a531b4645311dd5b5af5c8e650d9f48c1fd522e5.tar.xz
bootstrap-a531b4645311dd5b5af5c8e650d9f48c1fd522e5.zip
Using the expected variable to set the custom select height. (#25169)
-rw-r--r--scss/_custom-forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index dd844c07f..2d83f7ea6 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -163,7 +163,7 @@
.custom-select {
display: inline-block;
width: 100%;
- height: $input-height;
+ height: $custom-select-height;
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
line-height: $custom-select-line-height;
color: $custom-select-color;