Skip to content

Commit

Permalink
[docs] Fix mini draw width
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Dec 24, 2019
1 parent c6f734f commit a9fcb29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/src/pages/components/drawers/MiniDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ const useStyles = makeStyles(theme => ({
}),
overflowX: 'hidden',
width: theme.spacing(7) + 1,
[theme.breakpoints.up('sm')]: {
width: theme.spacing(9) + 1,
},
},
toolbar: {
display: 'flex',
Expand Down
3 changes: 0 additions & 3 deletions docs/src/pages/components/drawers/MiniDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ const useStyles = makeStyles((theme: Theme) =>
}),
overflowX: 'hidden',
width: theme.spacing(7) + 1,
[theme.breakpoints.up('sm')]: {
width: theme.spacing(9) + 1,
},
},
toolbar: {
display: 'flex',
Expand Down

0 comments on commit a9fcb29

Please sign in to comment.