fix(minor): More button in list view (#18283)

This commit is contained in:
Deepesh Garg 2022-10-04 11:10:12 +05:30 committed by GitHub
parent 939d926b91
commit c1c4ee8b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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