This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge pull request
#2115
from netchampfaris/ui-fixes
[ui][fix] text editor field in child table
version-14
Nabin Hait
8 年之前
committed by
GitHub
父節點
368f47ba70
7b7740c4bf
當前提交
e105a19a4d
共有
2 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/css/form_grid.css
+1
-0
frappe/public/less/form_grid.less
+ 1
- 0
frappe/public/css/form_grid.css
查看文件
@@ -65,6 +65,7 @@
.grid-row > .row .col {
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
.grid-body .btn-open-row {
padding-top: 5px;
+ 1
- 0
frappe/public/less/form_grid.less
查看文件
@@ -85,6 +85,7 @@
.col {
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
}
Write
Preview
Loading…
取消
儲存