Page 1 of 1

Fix CKEditor dropdowns width

Posted: Wed Apr 08, 2015 1:35 pm
by edwinet

To fix the width size of the dropdowns for Styles, Fonts, Size on CKEditor,

edit the line 1349 on ..\themes\ew.less

.cke, .mce-tinymce {
width: @container-sm !important;
}

and change to

.cke_reset, .mce-tinymce {
width: @container-sm !important;
}