From: Daniel Ruf Date: Fri, 28 Aug 2020 22:08:36 +0000 (+0200) Subject: fix: set the same line-height for the aligned label - #12142 X-Git-Tag: v6.7.1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12143%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: set the same line-height for the aligned label - #12142 --- diff --git a/scss/forms/_label.scss b/scss/forms/_label.scss index 7f6557877..ca0255758 100644 --- a/scss/forms/_label.scss +++ b/scss/forms/_label.scss @@ -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; }