Browse Source

Merge pull request #2115 from netchampfaris/ui-fixes

[ui][fix] text editor field in child table
version-14
Nabin Hait 8 years ago
committed by GitHub
parent
commit
e105a19a4d
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 { .grid-row > .row .col {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
overflow: hidden;
} }
.grid-body .btn-open-row { .grid-body .btn-open-row {
padding-top: 5px; padding-top: 5px;


+ 1
- 0
frappe/public/less/form_grid.less View File

@@ -85,6 +85,7 @@
.col { .col {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
overflow: hidden;
} }
} }




Loading…
Cancel
Save