We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144d907 + 53d98e7 commit 1304f57Copy full SHA for 1304f57
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