- fixed min-height for wysiwyg - system description - editor, #698

This commit is contained in:
Mark Friedrich
2018-10-06 21:54:31 +02:00
parent 0c47e6874e
commit 752ed06c21
2 changed files with 4 additions and 4 deletions

View File

@@ -257,8 +257,8 @@ define([
let descriptionChanged = false;
Summernote.initSummernote(descriptionTextareaElement, {
height: 68, // set editor height
minHeight: 68, // set minimum height of editor
height: 75, // set editor height
minHeight: 75, // set minimum height of editor
maxHeight: 500, // set maximum height of editor
focus: true,
placeholder: false,

View File

@@ -257,8 +257,8 @@ define([
let descriptionChanged = false;
Summernote.initSummernote(descriptionTextareaElement, {
height: 68, // set editor height
minHeight: 68, // set minimum height of editor
height: 75, // set editor height
minHeight: 75, // set minimum height of editor
maxHeight: 500, // set maximum height of editor
focus: true,
placeholder: false,