Jump to content

[SOLVED] How to adjust CKEditor Format drop down width


howdytom
 Share

Recommended Posts

My site paragraph format are barely readable and always cut off. How can I adjust the width for drop down? 

image.png.d8539efa9bfff3af0904181151678e73.png

I tried to overwrite editor.css from the CKEditor moono-lisa skin by coping it to sites/modules/InputfieldCKEditor/ckeditor-4.19.0/skins/moono-lisa/editor.css

.cke_combo__format .cke_combo_text {
    width: 275px !important;
}

However it doesn't work. This is not a solid solution due to changes or updates to CKEditor. width: auto; would be much better. What is the right way to fix the format width? 

Link to comment
Share on other sites

  • howdytom changed the title to [SOLVED] How to adjust CKEditor Format drop down width

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...