Skip to content

Commit

Permalink
[mui-system] Remove IE11 code (#42436)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored May 29, 2024
1 parent 7b3a164 commit 5bc4db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-system/src/Container/createContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default function createContainer<Theme extends RequiredThemeStructure = D
marginLeft: 'auto',
boxSizing: 'border-box',
marginRight: 'auto',
display: 'block', // Fix IE11 layout when used with main.
...(!ownerState.disableGutters && {
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
Expand Down

0 comments on commit 5bc4db8

Please sign in to comment.