Skip to content

Commit

Permalink
Shortcut Help modal: Remove CSS hack for Internet Explorer 11 (#62564)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 6f0950b commit a7f74e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
&__shortcut-description {
flex: 1;
margin: 0;

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

&__shortcut-key-combination {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
&__shortcut-description {
flex: 1;
margin: 0;

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

&__shortcut-key-combination {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
&__shortcut-description {
flex: 1;
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 a7f74e5

Please sign in to comment.