From: Nicolas Coden Date: Wed, 21 Dec 2016 00:36:47 +0000 (+0100) Subject: Fix simple menu height X-Git-Tag: v6.3.1-rc1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec16d89d82b409ea7155460f389c9b8622cdc76;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix simple menu height See: https://github.com/zurb/foundation-sites/pull/9539 --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index d7564922d..3eee24459 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -144,6 +144,7 @@ $menu-border: $light-gray !default; @mixin menu-simple($dir: $global-left) { li { display: inline-block; + vertical-align: top; line-height: 1; }