This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(UI): lesser margin if cell is focused
(cherry picked from commit
98e1813de1
)
version-14
Shariq Ansari
2 years ago
committed by
Mergify
parent
1ab1ac2a98
commit
f3ad63abf4
1 changed files
with
2 additions
and
2 deletions
Split View
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
View File
@@ -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…
Cancel
Save