There is a styling error/bug on Laravel pagination links. How can you fix this?
Could you please send the screenshot of the style issue?
Thanks
Hi Richard Leosala,
We will fix it and include the fix in the next release soon.
Thanks
Hello, fixed it using custom styling from Laravel.
For future reference I used custom Bootstrap 5 blade file from "php artisan vendor:publish --tag=laravel-pagination".
Run it in terminal, afterwards on using page links (Paginator) "$users->link('vendor.'pagination.bootstrap-5)" this fixes the styling of the Pagination links.
Hi Richard Leosala,
Glad you fixed it. Hope this can help other users in the future as well.
Thanks