From: ste101 Date: Mon, 21 Jul 2014 11:38:22 +0000 (+0200) Subject: [FIX] Line-height is not configurable X-Git-Tag: v5.3.2~32^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5476%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git [FIX] Line-height is not configurable --- 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; }