From ae848fc54d98c8023f0258cd33a046e5e0e5e466 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Wed, 24 May 2017 15:11:39 -0700 Subject: [PATCH] updates test case for responsive toggle with flex --- scss/components/_title-bar.scss | 5 ++--- test/visual/top-bar/responsive-toggle-flex.html | 7 +++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/scss/components/_title-bar.scss b/scss/components/_title-bar.scss index e0f370c5f..0c815366e 100644 --- a/scss/components/_title-bar.scss +++ b/scss/components/_title-bar.scss @@ -58,14 +58,13 @@ $titlebar-icon-spacing: 0.25rem !default; @if $global-flexbox { .title-bar-left, .title-bar-right { - flex: 1 1 0px; // sass-lint:disable-line zero-unit + flex: 1 1 0; } .title-bar-right { text-align: right; } - } - @else { + } @else { .title-bar-left { float: left; } diff --git a/test/visual/top-bar/responsive-toggle-flex.html b/test/visual/top-bar/responsive-toggle-flex.html index 3e98674e3..a940ef45f 100644 --- a/test/visual/top-bar/responsive-toggle-flex.html +++ b/test/visual/top-bar/responsive-toggle-flex.html @@ -7,11 +7,18 @@ Foundation for Sites Testing +
Menu
+ +
-- 2.47.2