Skip to content

Commit

Permalink
Merge pull request #4686 from manishsundriyal/default-loading-vertica…
Browse files Browse the repository at this point in the history
…lly-center

fix: default app loading is not not center vertically - 4302
  • Loading branch information
fzaninotto authored Apr 16, 2020
2 parents e053603 + ac36b8d commit f85e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/layout/Loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const useStyles = makeStyles(
[theme.breakpoints.up('md')]: {
height: '100%',
},
[theme.breakpoints.down('sm')]: {
[theme.breakpoints.down('lg')]: {
height: '100vh',
marginTop: '-3em',
},
Expand Down

0 comments on commit f85e567

Please sign in to comment.