Skip to content

Commit

Permalink
[Container] Fix mismatch between Container and Toolbar gutters (#19505)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Feb 2, 2020
1 parent 0b6499f commit a40ae7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/material-ui/src/Container/Container.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const styles = theme => ({
paddingLeft: theme.spacing(3),
paddingRight: theme.spacing(3),
},
[theme.breakpoints.up('md')]: {
paddingLeft: theme.spacing(4),
paddingRight: theme.spacing(4),
},
},
/* Styles applied to the root element if `disableGutters={true}`. */
disableGutters: {
Expand Down

0 comments on commit a40ae7b

Please sign in to comment.