浏览代码

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

version-14
Prateeksha Singh 8 年前
committed by Rushabh Mehta
父节点
当前提交
9b8a3d776b
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. +3
    -0
      frappe/public/css/desk.css
  2. +3
    -0
      frappe/public/less/desk.less

+ 3
- 0
frappe/public/css/desk.css 查看文件

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


+ 3
- 0
frappe/public/less/desk.less 查看文件

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


// hide some buttons in modal // hide some buttons in modal


正在加载...
取消
保存