浏览代码

Merge pull request #1100 from veggydawson/develop

Changed CSS inline style to ensure list items lines are not cropped
version-14
Anand Doshi 10 年前
父节点
当前提交
f584730844
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/public/js/frappe/list/list_item_subject.html

+ 1
- 1
frappe/public/js/frappe/list/list_item_subject.html 查看文件

@@ -1,5 +1,5 @@
{% if (_checkbox) { %}
<input class="list-delete" type="checkbox" style="margin-right: 7px;">
<input class="list-delete" type="checkbox" style="margin: 0 7px 0 0; vertical-align: middle;">
{% } %}
<i class="icon-star {% if (_starred_by.indexOf(_user)===-1) {
%}text-extra-muted not-starred{% } else { %}{% }%}


正在加载...
取消
保存