Answers for "ckeditor5 height"

0

ckeditor height

CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
    config.height = '800px';
};
Posted by: Guest on October-08-2021
0

ckeditor5 height

.ck-editor__editable_inline {
    min-height: 500px;
 }
Posted by: Guest on January-31-2022

Browse Popular Code Answers by Language