From 8fdc3e0b4a8eafb083e4847a4e1f4704fa8d7563 Mon Sep 17 00:00:00 2001 From: ste101 Date: Mon, 21 Jul 2014 13:38:22 +0200 Subject: [PATCH] [FIX] Line-height is not configurable --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 72c79cc61..b9907cb91 100755 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -370,7 +370,7 @@ $cursor-text-value: text !default; font-family: $body-font-family; font-weight: $body-font-weight; font-style: $body-font-style; - line-height: 1; // Set to $base-line-height to take on browser default of 150% + line-height: $base-line-height; // Set to $base-line-height to take on browser default of 150% position: relative; cursor: $cursor-default-value; } -- 2.47.2