From e9bb0565a81d5f2f26f1715c058988ca65934162 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 12 Sep 2018 09:42:55 -0400 Subject: [PATCH] Fix header layout in IE --- styles/components/_topbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index 2f3750a5..24cc24d7 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -50,6 +50,7 @@ flex-direction: row; align-items: stretch; justify-content: flex-end; + -ms-flex-pack: start; .topbar__link { &:first-child {