You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: