Skip to content

Commit 53d98e7

Browse files
authored
Added Table Responsive in Pagination
1 parent d9ec6d1 commit 53d98e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/macros/pagination.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% macro render_pagination(pagination) %}
2-
<ul class="pagination">
2+
<ul class="pagination table-responsive mb-2">
33
{% if pagination.has_prev %}
44
<li class="page-item"><a class="page-link" href="{{ pagination.prev|url }}">Previous</a></li>
55
{% else %}

0 commit comments

Comments
 (0)