We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When going into touch or below responsiveness, the pagination goes outside of the box that the table is wrapped in.
Then, I tried wrapping the table in table-responsive, but now the table always has a scroll-x bar no matter what width the window is.
The text was updated successfully, but these errors were encountered:
You can hack-fix this by the following CSS:
@media screen and (max-width: 1023px) { .card-content { padding-bottom: 60px !important; } }
Where the element in question is whatever you have your table inside of.
Also, do not use table-responsive.
Sorry, something went wrong.
No branches or pull requests
When going into touch or below responsiveness, the pagination goes outside of the box that the table is wrapped in.
Then, I tried wrapping the table in table-responsive, but now the table always has a scroll-x bar no matter what width the window is.
The text was updated successfully, but these errors were encountered: