]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add width: 100%; to menu when in flexbox mode, to ensure it's always full-width
authorGeoff Kimball <geoff@zurb.com>
Thu, 11 Feb 2016 19:58:21 +0000 (11:58 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 11 Feb 2016 19:58:21 +0000 (11:58 -0800)
scss/components/_menu.scss

index f64be441d5b1fd114ada995abf961fbc59840675..cbe784cda3304fe6307f243e735be5ae60064c9d 100644 (file)
@@ -36,6 +36,7 @@ $menu-icon-spacing: 0.25rem !default;
   list-style-type: none;
 
   @if $global-flexbox {
+    width: 100%;
     display: flex;
     flex-wrap: nowrap;
     align-items: center;