From: Kevin Ball Date: Tue, 13 Sep 2016 21:02:20 +0000 (-0700) Subject: Fix top bar flex grid example X-Git-Tag: v6.2.4-rc1~40^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b4e9ab9c0d9139d8f985c93a20bd5881cdd265;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix top bar flex grid example --- diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index f56d3d041..0f0815370 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -101,9 +101,11 @@ $topbar-unstack-breakpoint: medium !default; flex-wrap: nowrap; // scss-lint:disable ZeroUnit - .top-bar-left, + .top-bar-left { + flex: 1 1 auto; + } .top-bar-right { - flex: 1 1 0px; + flex: 0 1 auto; } } @else {