]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
[FIX] Line-height is not configurable 5476/head
authorste101 <stephan_bauer@gmx.de>
Mon, 21 Jul 2014 11:38:22 +0000 (13:38 +0200)
committerste101 <stephan_bauer@gmx.de>
Mon, 21 Jul 2014 11:38:22 +0000 (13:38 +0200)
scss/foundation/components/_global.scss

index 72c79cc61acf872a71de34079cda1623a6ab2148..b9907cb91a472cfca2cbfb3726aecc1ce8ad0e1f 100755 (executable)
@@ -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;
     }