falling-fruit / falling-fruit-web

Mobile-friendly website for Falling Fruit
https://beta.fallingfruit.org
GNU General Public License v3.0
32 stars 14 forks source link

✨ Only wrap words that would otherwise overflow #337

Closed ezwelty closed 1 year ago

ezwelty commented 1 year ago

Since CSS word-break: break-word is deprecated, this uses the equivalent

See https://github.com/falling-fruit/falling-fruit-web/pull/336.