- Issue created by @colorfield
- π¨πSwitzerland colorfield Lausanne
Seems to be closely related to π CKEditor 5 toolbar items of multi-value field (typically Paragraphs) overflowing on narrow viewports and overlapping with node form's sidebar on wide viewports Needs work
- πΊπΈUnited States aaronelborg
What worked for me was to add the Wrapper Icon to the 'full html' text format.
Got it from here:
https://www.drupal.org/project/drupal/issues/3332416#comment-15777990 π CKEditor 5 toolbar items of multi-value field (typically Paragraphs) overflowing on narrow viewports and overlapping with node form's sidebar on wide viewports Needs work - First commit to issue fork.
- Merge request !116Issue #3389050: Avoid table overflow in job edit form β (Open) created by mrshowerman
- π©πͺGermany mrshowerman Munich
There was a similar issue in Gin when editing paragraphs: π Paragraphs stick out from the edge Active
It is caused by CKEditor items in table cells that don't have an explicit width.I created an MR that applies flexbox to the table rows and calculates the optimal width for the cells possibly containing the CKEditors.