Skip to content

Commit

Permalink
[Container] Reset display block (mui#19971)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and EsoterikStare committed Mar 30, 2020
1 parent 048ca04 commit 27e1541
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 27e1541

Please sign in to comment.