open_social
open_social copied to clipboard
Issue #3458763: Add responsive table filter module
Problem
The table does not have a table-responsive
wrapper for the correct behavior if we have a big table.
Solution
Add the contrib module https://www.drupal.org/project/responsive_table_filter.
Issue tracker
- https://www.drupal.org/project/social/issues/3458763
- https://getopensocial.atlassian.net/browse/PROD-29818
Theme issue tracker
- https://www.drupal.org/project/socialbase/issues/3458790
How to test
- [ ] Go to the Create Topic page.
- [ ] Go to the Ckeditor
- [ ] Add the table with a lot of rows and cells
- [ ] Add content to the cells.
- [ ] Save and check the page.
Screenshots
Before:
After:
Release notes
Improve responsive styles for HTML tables.