We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ec6d1 commit 53d98e7Copy full SHA for 53d98e7
templates/macros/pagination.html
@@ -1,5 +1,5 @@
1
{% macro render_pagination(pagination) %}
2
- <ul class="pagination">
+ <ul class="pagination table-responsive mb-2">
3
{% if pagination.has_prev %}
4
<li class="page-item"><a class="page-link" href="{{ pagination.prev|url }}">Previous</a></li>
5
{% else %}
0 commit comments