Skip to content

Commit

Permalink
fix alignItemsList demo
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 4, 2020
1 parent 133747b commit 084d91f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/components/lists/AlignItemsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import Typography from '@material-ui/core/Typography';

const useStyles = makeStyles(theme => ({
root: {
width: '100%',
maxWidth: '36ch',
backgroundColor: theme.palette.background.paper,
},
inline: {
Expand Down
2 changes: 2 additions & 0 deletions docs/src/pages/components/lists/AlignItemsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import Typography from '@material-ui/core/Typography';
const useStyles = makeStyles((theme: Theme) =>
createStyles({
root: {
width: '100%',
maxWidth: '36ch',
backgroundColor: theme.palette.background.paper,
},
inline: {
Expand Down

0 comments on commit 084d91f

Please sign in to comment.