otacke / h5p-game-map

Let your students choose their exercises on a game map.
MIT License
3 stars 7 forks source link

Fix text overflow #19

Closed otacke closed 1 year ago

otacke commented 1 year ago

Not a very realistic scenario, but very long words without any spaces can lead to overflowing text.

Add overflow-wrap: anywhere; where needed.

otacke commented 1 year ago

Duplicate of https://github.com/otacke/h5p-game-map/issues/36