Browse Source

[ui][fix] text editor field in child table

version-14
Faris Ansari 8 years ago
parent
commit
7b7740c4bf
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      frappe/public/css/form_grid.css
  2. +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;
}
}



Loading…
Cancel
Save