Index: branches/5.2.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r16461 -r16592 --- branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 16461) +++ branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 16592) @@ -801,3 +801,9 @@ -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; } + +/* Inline CKEditor styles dropdown enlargement */ +div.cke_combopanel__styles { + width: 200px; + height: 300px; +}