From 06f3cabb14249fb36e427503e6c56543f29ae379 Mon Sep 17 00:00:00 2001 From: Martin Westin Date: Wed, 12 Mar 2014 15:09:18 +0100 Subject: [PATCH] derive pre- and postfix height from input --- scss/foundation/components/_forms.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index ce5212585..4757ec097 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -179,8 +179,8 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; border-width: $input-prefix-border-size; overflow: $input-prefix-overflow; font-size: $form-label-font-size; - height: ($form-label-font-size + ($form-spacing * 1.5) - rem-calc(1)); - line-height: ($form-label-font-size + ($form-spacing * 1.5) - rem-calc(1)); + height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); + line-height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); } // @MIXIN -- 2.47.2