79210342

Date: 2024-11-21 08:52:28
Score: 1.5
Natty:
Report link

You can easily set the height by using css alone, as described in their documentation.

.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: 300px;
    overflow-y: auto;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: HelpOneAnother