Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minor] Summernote image insert style fix #3012

Merged
merged 1 commit into from
Apr 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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