We added tailwind typography support bc bullets weren't rendering and images weren't aligning. It gave us the prose class which solves these problems.
Add prose class around text/html fields we're rendering on Show pages for:
- Community News
- Events
- Resources
- Stories
- Story Ideas
- Workshop Ideas
- Banners
- Facilitators (bio section)
- Quotes
- Projects
- WorkshopVariation
Add prose class around text/html fields we're rendering within cards on the dashboard for the following.
You can find the card partials under views/dashboard and/or within view for each model.
- Community News
- Events
- Resources
- Stories
- Workshops
Add prose class to:
- Banners (not in cards, but, shown at top of website)
- FAQs index
We added tailwind typography support bc bullets weren't rendering and images weren't aligning. It gave us the
proseclass which solves these problems.Add
proseclass around text/html fields we're rendering on Show pages for:Add
proseclass around text/html fields we're rendering within cards on the dashboard for the following.You can find the card partials under
views/dashboardand/or within view for each model.Add
proseclass to: