Skip to content
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

Poorly formatted pagination links on screens < 1474 px wide #3516

Closed
sbull opened this issue May 3, 2022 · 0 comments
Closed

Poorly formatted pagination links on screens < 1474 px wide #3516

sbull opened this issue May 3, 2022 · 0 comments
Milestone

Comments

@sbull
Copy link
Contributor

sbull commented May 3, 2022

rails_admin version: 3.0.0
browser: chrome

The pagination links (with many pages) don't fit into the "col-md-6" on screens that are 1473px wide or less, so the Prev and Next links word-wrap inside the flex row. See attached image.

image

It looks like these could just be changed to col-XX-12 in app/views/rails_admin/main/index.html.erb without issue, since they're the only cols inside the rows (3 occurrences), but maybe there's something I don't know about happening?

@mshibuya mshibuya added this to the 3.1.0 milestone Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants