Closed (fixed)
Project:
Open Social
Version:
8.x-5.x-dev
Component:
Front-End
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2019 at 15:39 UTC
Updated:
23 Apr 2019 at 12:24 UTC
Jump to comment: Most recent
Tables in content (e.g. topic bodies) aren't styled by default which makes them difficult to read.
Adding a class to user content isn't simple so extending the selector from .table (elements with the class table) to also include .page-node .body-text table (table elements in elements with the body-text class of node pages) ensures that they're properly styled when using socialbase as a theme.
Comments
Comment #2
kingdutchPR here: https://github.com/goalgorilla/open_social/pull/1249
Comment #3
kingdutchMoved to use the socialbase theme which is where the structure happens. This was previously in socialblue which was a mistake :)
Comment #4
kingdutchMerged in 5.x