This project has been migrated to my Codeberg.
Wraps a div with the table-wrapper class around any tables added in CKEditor. This was created because the default table styles, when tables were too wide, would push the entire main region down below the sidebar. Adding a div with a wrapper that scrolls when it hits the limit of its container protected the site layout, but it was not intuitive to ask content editors to always do that, so this module was created as a CKEditor filter to programmatically add the div for them.
- Add the CSS style by default?
- Add unit/kernel tests