Parcourir la source

fix: more button in web list

version-14
prssanna il y a 4 ans
Parent
révision
9386dbc1d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer