Skip to content

Commit 1304f57

Browse files
authored
Merge pull request creativecommons#71 from Ruchitha2018/master
Added Table Responsive in Pagination
2 parents 144d907 + 53d98e7 commit 1304f57

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)