This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix(UI): lesser margin if cell is focused
(cherry picked from commit
98e1813de1
)
version-14
Shariq Ansari
2 年之前
committed by
Mergify
父節點
1ab1ac2a98
當前提交
f3ad63abf4
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
frappe/public/scss/common/grid.scss
+ 2
- 2
frappe/public/scss/common/grid.scss
查看文件
@@ -268,8 +268,8 @@
.editable-row .frappe-control {
padding-top: 0px !important;
padding-bottom: 0px !important;
margin-left: -
5
px !important;
margin-right: -
5
px !important;
margin-left: -
1
px !important;
margin-right: -
1
px !important;
}
}
Write
Preview
Loading…
取消
儲存