howdytom Posted August 3, 2023 Share Posted August 3, 2023 My site paragraph format are barely readable and always cut off. How can I adjust the width for drop down? 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 More sharing options...
dynweb Posted August 4, 2023 Share Posted August 4, 2023 This should help: 1 1 Link to comment Share on other sites More sharing options...
howdytom Posted August 4, 2023 Author Share Posted August 4, 2023 @dynweb Thank you. perfect! Issue solved Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now