bootstrap-will_paginate
bootstrap-will_paginate copied to clipboard
README update
Hi, many thanks for the gem. Is it possible to update the Alignment (Bootstrap 4 only) example? The class d-flex is required in order to make it working.
<%= will_paginate(@things, :renderer => WillPaginate::ActionView::Bootstrap4LinkRenderer, class: 'd-flex justify-content-center') %>
Mauro
@maurosbu thanks for your comment. Without d-flex, it still works for me but the pagination stucks on the left. It's in the perfect center of the page when I add d-flex.