Index: branches/5.3.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r16503 -r16600 --- branches/5.3.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 16503) +++ branches/5.3.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 16600) @@ -821,3 +821,9 @@ -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; } + +/* Inline CKEditor styles dropdown enlargement */ +div.cke_combopanel__styles { + width: 200px; + height: 300px; +}