fix: more button in web list
This commit is contained in:
parent
1581c99da7
commit
9386dbc1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue