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;
}