From: Jeremy Englert Date: Mon, 30 Nov 2015 04:43:44 +0000 (-0700) Subject: Removes double padding from menu-text link X-Git-Tag: v6.0.5~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7303%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removes double padding from menu-text link --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index 086e72cec..8acd23b55 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -39,7 +39,7 @@ $menu-expand-max: 6 !default; } // Reset line height to make the height of the overall item easier to calculate - > li > a { + > li:not(.menu-text) > a { display: block; padding: $menu-item-padding; line-height: 1;