Skip to content

Commit

Permalink
[DataGrid] Fix footer visual regression (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone authored Jan 26, 2021
1 parent a01d0d0 commit 1c19cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/_modules_/grid/components/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const useStyles = makeStyles((theme: Theme) => ({
input: {
display: 'none',
[theme.breakpoints.up('md')]: {
display: 'block',
display: 'inline-flex',
},
},
}));
Expand Down

0 comments on commit 1c19cbe

Please sign in to comment.