Fix CKEditor dropdowns width

Tips submitted by ASP.NET Maker users
Post Reply
edwinet
User
Posts: 15

Fix CKEditor dropdowns width

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


Post Reply