Skip to content

Commit

Permalink
IE11 fix for keyboard shortcuts help (#9157)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Aug 21, 2018
1 parent f631337 commit 87780df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions edit-post/components/keyboard-shortcut-help-modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@
}

&__shortcut-term {
flex: 1;
order: 1;
text-align: right;
font-weight: bold;
margin: 0 0 0 1rem;
}

&__shortcut-description {
flex: 1;
order: 0;
margin: 0;

// IE 11 flex item fix - ensure the item does not collapse
flex-basis: auto;
}

&__shortcut-key-combination {
Expand Down

0 comments on commit 87780df

Please sign in to comment.