]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: set the same line-height for the aligned label - #12142 12143/head
authorDaniel Ruf <mac1@daniel-ruf.de>
Fri, 28 Aug 2020 22:08:36 +0000 (00:08 +0200)
committerDaniel Ruf <mac1@daniel-ruf.de>
Fri, 28 Aug 2020 22:08:36 +0000 (00:08 +0200)
scss/forms/_label.scss

index 7f6557877c7f396580b162967d8a7b94d65d85a9..ca02557584e0f9a3ce5b72f673b8b176a893ebe3 100644 (file)
@@ -36,6 +36,7 @@ $form-label-line-height: 1.8 !default;
   $input-border-width: get-border-value($input-border, width);
 
   margin: 0 0 $form-spacing;
+  line-height: $global-lineheight;
   padding: ($form-spacing / 2 + rem-calc($input-border-width)) 0;
 }