fix workspace header layout in IE
This commit is contained in:
parent
c12d58b8c7
commit
fe6e05ece4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user