From fe6e05ece4fa47dd2d1a2e349b010515aa256620 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 1 Oct 2018 09:21:51 -0400 Subject: [PATCH] fix workspace header layout in IE --- styles/components/_topbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index 7e91387e..92b3a2e5 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -58,7 +58,6 @@ flex-direction: row; align-items: stretch; justify-content: flex-end; - -ms-flex-pack: start; .topbar__link--workspace { &:first-child { @@ -68,6 +67,7 @@ &.topbar__context--workspace { background-color: $color-primary; + -ms-flex-pack: start; .topbar__link { color: $color-white;