Skip to content

Commit

Permalink
IE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 2, 2020
1 parent 2eb8a8b commit 24c0cec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/material-ui/src/Collapse/Collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const styles = (theme) => ({
height: 'auto',
overflow: 'visible',
'&$horizontal': {
height: 'initial',
width: 'auto',
},
},
Expand All @@ -41,15 +40,15 @@ export const styles = (theme) => ({
display: 'flex',
width: '100%',
'&$horizontal': {
width: 'initial',
width: 'auto',
height: '100%',
},
},
/* Styles applied to the inner wrapper element. */
wrapperInner: {
width: '100%',
'&$horizontal': {
width: 'initial',
width: 'auto',
height: '100%',
},
},
Expand Down

0 comments on commit 24c0cec

Please sign in to comment.