From 23615c8ab88d3e33f7fba9cc4c296f0dae178205 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 8 Nov 2017 11:44:36 -0800 Subject: [PATCH] fix custom-select-line-height to prevent clipping --- src/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 65069a57..c67838a4 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -459,7 +459,7 @@ $custom-select-padding-y: .375rem !default; $custom-select-padding-x: .75rem !default; $custom-select-height: $input-height !default; $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator -$custom-select-line-height: $input-btn-line-height !default; +$custom-select-line-height: 1.2 !default; $custom-select-color: $input-color !default; $custom-select-disabled-color: $gray-600 !default; $custom-select-bg: $white !default;