Skip to content

Commit

Permalink
[TablePagination] Fix responsive display issue (#18668)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dm1ke authored and oliviertassinari committed Dec 3, 2019
1 parent b2c5e2d commit b14c7a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const styles = theme => ({
root: {
color: theme.palette.text.primary,
fontSize: theme.typography.pxToRem(14),
overflow: 'auto',
// Increase the specificity to override TableCell.
'&:last-child': {
padding: 0,
Expand Down

0 comments on commit b14c7a4

Please sign in to comment.