fix workspace header layout in IE

This commit is contained in:
Andrew Croce 2018-10-01 09:21:51 -04:00
parent c12d58b8c7
commit fe6e05ece4

View File

@ -58,7 +58,6 @@
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
justify-content: flex-end; justify-content: flex-end;
-ms-flex-pack: start;
.topbar__link--workspace { .topbar__link--workspace {
&:first-child { &:first-child {
@ -68,6 +67,7 @@
&.topbar__context--workspace { &.topbar__context--workspace {
background-color: $color-primary; background-color: $color-primary;
-ms-flex-pack: start;
.topbar__link { .topbar__link {
color: $color-white; color: $color-white;