fix: more button in web list

This commit is contained in:
prssanna 2021-03-11 14:28:02 +05:30
parent 1581c99da7
commit 9386dbc1d3

View file

@ -18,7 +18,7 @@
{{ item }}
{% endfor %}
</div>
<div class="more-block {% if not show_more -%} hidden {%- endif %}">
<div class="more-block mt-6 {% if not show_more -%} hidden {%- endif %}">
<button class="btn btn-light btn-more btn-sm">{{ _("More") }}</button>
</div>
</div>