From 7feb84ba37da64182d47222f214e500b3e3fae2b Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:30 -0400 Subject: [PATCH] fix alignment of topbar links --- styles/components/_topbar.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index e56a95fa..2f3750a5 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -49,7 +49,13 @@ flex-grow: 1; flex-direction: row; align-items: stretch; - justify-content: space-between; + justify-content: flex-end; + + .topbar__link { + &:first-child { + margin-right: auto; + } + } &.topbar__context--workspace { background-color: $color-primary;