From a531b4645311dd5b5af5c8e650d9f48c1fd522e5 Mon Sep 17 00:00:00 2001
From: Gustavo Straube <gustavo@creativeduo.com.br>
Date: Tue, 16 Jan 2018 04:07:05 -0200
Subject: [PATCH] Using the expected variable to set the custom select height.
 (#25169)

---
 scss/_custom-forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab