- Issue created by @marieAscomedia
- 🇨🇦Canada endless_wander
maybe related issue... ckeditor_link_styles UI is hidden by CKEditor 45 as well -- https://www.drupal.org/project/ckeditor_link_styles/issues/3533296 🐛 Link styles no longer be available on link creation after D11.2/10.5 updates Active
- 🇨🇦Canada awasson
Also ran into this issue today.
Two days ago, we updated from the LinkIt version 6.1.6 to LinkIt version 7.0.5 and I was not certain if that was the reason for the Insert button hiding the IMCE file manager icon.
As a workaround until this is resolved officially, I have added the following rule to my theme CKEditor stylesheet:
.ck.ck-labeled-field-view.ck-labeled-field-view_full-width { padding-right: 1rem; }
Cheers,
Andrew - 🇩🇪Germany seanpb
We also ran into this issue, though we did this instead of the padding fix mentioned in #3:
.ck.ck-form .ck-imce-link-wrp .form-linkit-autocomplete { min-width: auto; flex-grow: 1; }
It makes everything line up a bit better and doesn't affect anything if the IMCE search icon isn't present.