boostorg / website-v2

New Boost website
https://boost.io
Boost Software License 1.0
8 stars 13 forks source link

Fix news container word break bug #1408

Closed GregKaleka closed 2 weeks ago

GregKaleka commented 2 weeks ago

Fixes #861

Uses tailwind's break-words class instead of existing break-all. This maintains the character-level breaking on long strings like SHAs, while breaking paragraph text naturally.

Before:

Screenshot 2024-11-04 at 12 03 03 PM

After:

Screenshot 2024-11-04 at 11 58 41 AM