AfterClass-io / afterclass.io-v2

[alpha] https://new.afterclass.io
https://afterclass-io-v2-git-main-afterclass.vercel.app/
MIT License
7 stars 2 forks source link

fix: review item not wrapping text on long word causing container to grow #195

Closed davidlhw closed 3 months ago

davidlhw commented 3 months ago

closes #187

Changes

Implementation Details

adding break-words tailwindcss class did not solve the issue as intended as tailwind's break-words class is translated to overflow-wrap: break-word; which doesn't help in causing long word to break.

see discussion https://github.com/tailwindlabs/tailwindcss/discussions/12127 for more info

Preview / Screenshots

Before

image

After

image

Checklist

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afterclass-io-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2024 4:07pm