From c204b66ae7937989400765cf0cda1608556ba541 Mon Sep 17 00:00:00 2001 From: Nate Wiebe Date: Thu, 19 Jan 2017 17:45:37 -0500 Subject: [PATCH] Use the line height variable to set the line-height for input elements --- scss/forms/_select.scss | 2 +- scss/forms/_text.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/forms/_select.scss b/scss/forms/_select.scss index fe450dc39..f93025e16 100644 --- a/scss/forms/_select.scss +++ b/scss/forms/_select.scss @@ -33,7 +33,7 @@ $select-radius: $global-radius !default; font-family: $input-font-family; font-size: $input-font-size; font-weight: $input-font-weight; - line-height: normal; + line-height: $input-line-height; color: $input-color; @if $select-triangle-color != transparent { diff --git a/scss/forms/_text.scss b/scss/forms/_text.scss index e3d4ce4eb..166de1e1b 100644 --- a/scss/forms/_text.scss +++ b/scss/forms/_text.scss @@ -100,7 +100,7 @@ $form-button-radius: $global-radius !default; font-family: $input-font-family; font-size: $input-font-size; font-weight: $input-font-weight; - line-height: normal; + line-height: $input-line-height; color: $input-color; @if has-value($input-transition) { -- 2.47.2