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
[ui][fix] text editor field in child table
version-14
Faris Ansari
8 years ago
parent
d97d13dc22
commit
7b7740c4bf
2 changed files
with
2 additions
and
0 deletions
Split View
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
View File
@@ -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
View File
@@ -85,6 +85,7 @@
.col {
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
}
Write
Preview
Loading…
Cancel
Save