From: Gustavo Straube Date: Tue, 16 Jan 2018 06:07:05 +0000 (-0200) Subject: Using the expected variable to set the custom select height. (#25169) X-Git-Tag: v4.0.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a531b4645311dd5b5af5c8e650d9f48c1fd522e5;p=thirdparty%2Fbootstrap.git Using the expected variable to set the custom select height. (#25169) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index dd844c07f4..2d83f7ea68 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;