I'm trying to style the width/height (including min/max width and height) of my ckeditors. I've ran across this post (about styling .ck-editor__editable_inline
), but the problem is that I have multiple instances of editors on a page, and want to have different heights/widths for different instances of editors.
I've tried manually hanging the minheight of the particular div with .ck-editor__editable_inline
class through javascript (styling editor.ui.view.editable._editableElement
), but upon focusing the editor, the styling disappears.