-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Table] TablePagination responsive display issue #18561
Comments
@pedroRelvas Thanks for the report. I can reproduce, it seems that we could benefit from the following style: diff --git a/packages/material-ui/src/TablePagination/TablePagination.js b/packages/material-ui/src/TablePagination/TablePagination.js
index cb2599303..7e70c7bdf 100644
--- a/packages/material-ui/src/TablePagination/TablePagination.js
+++ b/packages/material-ui/src/TablePagination/TablePagination.js
@@ -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, Do you want to try the changes out? :) |
@oliviertassinari |
Great. Do you want to submit a pull request? |
Yes! |
@oliviertassinari Can you give access to joseRelvasF3m? |
@pedroRelvas You need to create a fork. Check our contribution guide. |
@oliviertassinari |
@pedroRelvas You are cloning with ssh, so You need add a ssh key to GIthub. You can add it following the next tutorial https://help.github.com/en/enterprise/2.17/user/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent |
@pedroRelvas You can use the GitHub web UI too, it can be simpler for a one-line change. |
Hi. There is a problem with the TablePagination. I've tried to fix it, but I'm not having success at all. Do you know how to fix it? This is a print on your website:
Thanks.
The text was updated successfully, but these errors were encountered: