Browse Source

[fix] frappe/erpnext#8271 (#3012)

version-14
Prateeksha Singh 8 years ago
committed by Rushabh Mehta
parent
commit
9b8a3d776b
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      frappe/public/css/desk.css
  2. +3
    -0
      frappe/public/less/desk.less

+ 3
- 0
frappe/public/css/desk.css View File

@@ -668,6 +668,9 @@ fieldset[disabled] .form-control {
max-height: 300px;
overflow: auto;
}
.note-editor .note-image-input {
height: auto;
}
.modal .note-editor .note-btn-italic,
.modal .note-editor .note-btn-underline,
.modal .note-editor [data-original-title="Font Size"],


+ 3
- 0
frappe/public/less/desk.less View File

@@ -534,6 +534,9 @@ textarea.form-control {
max-height: 300px;
overflow: auto;
}
.note-image-input {
height: auto;
}
}

// hide some buttons in modal


Loading…
Cancel
Save