-
Notifications
You must be signed in to change notification settings - Fork 11
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
Pagination text & buttons alignment #76
Comments
Hi @gouravkhunger can you please assign this issue to me |
Hey @Akash1965, sure! I'll elaborate the issue here: As you can see: if the previous/next button is absent, the text "Page _ of _" moves from its position. This is because the div content is centered in the current logic of rendering: Lines 32 to 54 in 38ab035
A possible solution is to always have previous/next buttons by removing the if checks, but add the tailwind class Let me know if you need further clarification. Thanks! |
Also, if you are on mac / linux you can follow the local setup guide to begin building locally. |
The pagination info text is not well aligned on the first and last pages where either of the previous / next buttons is absent.
The text was updated successfully, but these errors were encountered: