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
No, sorry I made the typo error in the above but not in the code. You can see the other examples do not have a typo error.
I was able to get around the issue by a combination of both setting the css_framework='bootstrap3' and then manually changing the relevant list elements in the CSS file.
No matter what combination of the following I try, the pagination links are still horizontal:
pagination = Pagination(css_framework='bootstrap3', page=page, per_page=per_page, total=len(ecli_list))
Do I have to do something else then simply pass the bootstrap parameter into the pagination function?
The text was updated successfully, but these errors were encountered: