瀏覽代碼

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

(cherry picked from commit c1c4ee8b04)

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
version-14
mergify[bot] 2 年之前
committed by GitHub
父節點
當前提交
99b8bbd0ff
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html 查看文件

@@ -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…
取消
儲存