Skip to content

Commit

Permalink
[Container] Reset display block
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 3, 2020
1 parent 05c992e commit de0b954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Container/Container.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const styles = theme => ({
marginRight: 'auto',
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
display: 'block', // Fix IE 11 layout when used with main.
[theme.breakpoints.up('sm')]: {
paddingLeft: theme.spacing(3),
paddingRight: theme.spacing(3),
Expand Down

0 comments on commit de0b954

Please sign in to comment.