From 20b4e9ab9c0d9139d8f985c93a20bd5881cdd265 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Tue, 13 Sep 2016 14:02:20 -0700 Subject: [PATCH] Fix top bar flex grid example --- scss/components/_top-bar.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 { -- 2.47.2