Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2012 at 14:04 UTC
Updated:
7 Jan 2013 at 11:20 UTC
Im using ckeditor with wysisyg. Under the format option i have 'Heading 2' but the text is too long so you can see is 'Heading'. Thanks
Comments
Comment #1
twodThe width of the div holding an iframe with the format options is set by ckeditor/skins/moono/editor.css so there's not much we can do about that in Wysiwyg. But the editor also loads the rest of the stylesheets which go into the editing area into that iframe as well, so you should be able to override the style on divs with the cke_combopanel class in your own Drupal theme.