- Issue created by @delmarr
Drupal CkEditor tables are not responsive out of the box, such as CkEditor 5 which solves responsive tables using `overflow-x: auto` on the figure element
Create a table within ckeditor, save the page and review source markup or use inspect tool the table element is not a child of a figure element.
Ckeditor demo https://ckeditor.com/ckeditor-5/demo/feature-rich/ creates a table wrapped in a figure element.
I confirmed this on my drupal setup and verified the results on http://simplytest.me/
Update Drupal version of ckeditor, or/and add the figure element to the table widget.
Active
11.0 🔥
Last updated