SPR-840: debug IE10 (vendor extensions for flex)

This commit is contained in:
Jana Deutschländer 2017-03-02 17:11:45 +01:00
commit d19c9b956a
4 changed files with 9 additions and 8 deletions

View file

@ -16,7 +16,6 @@
a.nav {
font-size: @font-size-head6;
margin: 0 0 @font-size-head6;
cursor: pointer;
font-weight: normal;
margin-left: (@menu-margin * -1); // moves the toggles back to the left
@ -27,7 +26,9 @@
height: @icon-size + @margin-small;
display: flex;
display: -ms-flexbox;
flex-direction: row;
-ms-flex-direction: row;
align-items: center;
span {