boisgera / itn-web

https://boisgera.github.io/itn-web/
GNU General Public License v3.0
0 stars 3 forks source link

Word-break #23

Closed boisgera closed 1 year ago

boisgera commented 1 year ago

Check word-break options, I feel that it currently doesn't work and that makes text paragraphs quite jagged. (see e.g. https://boisgera.github.io/itn-web/movie/par-del%C3%A0-les-corps)

boisgera commented 1 year ago

Mmm hyphens-auto doesn't work in tailwind. Maybe an old version of tailwind is used?

boisgera commented 1 year ago

Since updating Astro is a problem, I used a global style with hyphens: auto.

boisgera commented 1 year ago

The update to astro 2.9.7 was not good enough, we need tailwind >=3.3.0 to have support for hyphens. In the meantime, the global style trick will have to do.