fix(minor): More button in list view (#18283)
This commit is contained in:
parent
939d926b91
commit
c1c4ee8b04
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue