I am new on Rails. Trying to add will_paginate in my project, followed the instructions and added the configurations accordingly. Finally it works and shows the page numbers.
1.) The problem is that when it shows the pages number and next page option it does not include the space between numbers.
2.) is there any way to use will_paginate bootstrap with bootstrap 4? bkz as i know the guy mentioned he dont provide support for that gem anymore.

