This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge pull request
#2976
from netchampfaris/ui-fixes
[fix] list view assign to area
version-14
Nabin Hait
8 年之前
committed by
GitHub
父節點
7e220d6d5e
4fbfd1a846
當前提交
84798ea48b
共有
2 個文件被更改
,包括
8 次插入
和
13 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-6
frappe/public/css/list.css
+4
-7
frappe/public/less/list.less
+ 4
- 6
frappe/public/css/list.css
查看文件
@@ -153,15 +153,13 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}
.doclist-row .label {
margin-right: 8px;
+ 4
- 7
frappe/public/less/list.less
查看文件
@@ -190,17 +190,14 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}
Write
Preview
Loading…
取消
儲存