diff --git a/frappe/public/css/desk.css b/frappe/public/css/desk.css index e2fe3a6d14..b8e3009073 100644 --- a/frappe/public/css/desk.css +++ b/frappe/public/css/desk.css @@ -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"], diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 98614a635b..f62b9e056b 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -534,6 +534,9 @@ textarea.form-control { max-height: 300px; overflow: auto; } + .note-image-input { + height: auto; + } } // hide some buttons in modal