Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pratu16x7 authored and rmehta committed Apr 6, 2017
1 parent 286b79b commit 9b8a3d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frappe/public/css/desk.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
3 changes: 3 additions & 0 deletions frappe/public/less/desk.less
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,9 @@ textarea.form-control {
max-height: 300px;
overflow: auto;
}
.note-image-input {
height: auto;
}
}

// hide some buttons in modal
Expand Down

0 comments on commit 9b8a3d7

Please sign in to comment.