How to display list style within Content widget? #353
Unanswered
tambuildsthings
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
List styles are not rendering from within the content fragment of the Content widget. Is there something elsewhere overriding these list styles?
Tailwind styles don't seem to work, but if I do an inline CSS style then the list style is rendered.
The below with list-disc in the class results in no style on the list items and in the inspector I see list style: none :
But this, with inline CSS style does render the list style on the page:
Am I not seeing something obvious on how to correctly apply list styles?
Beta Was this translation helpful? Give feedback.
All reactions