From a66309211c6ebfc72b9c5c286419850a8f650f7a Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 3 Apr 2017 21:44:43 +0530 Subject: [PATCH] Added `margin-left: auto` to top-bar-right & vice versa! --- scss/components/_top-bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 4d451789e..2503a7fa7 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -101,10 +101,12 @@ $topbar-unstack-breakpoint: medium !default; .top-bar-left { flex: 1 1 auto; + margin-right: auto; } .top-bar-right { flex: 0 1 auto; + margin-left: auto; } } @else { -- 2.47.2