From 123a3d2839c920bf9e86306c110c4289ae42b051 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 25 Sep 2018 08:11:28 -0400 Subject: [PATCH] fix topbar layout for IE --- styles/components/_topbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index 21f7d77a..7e91387e 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -90,6 +90,7 @@ .topbar__navigation { justify-content: flex-end; + -ms-flex-pack: justify; } .topbar__link {