h5p / h5p-accordion

Accordion content type for H5P
MIT License
4 stars 67 forks source link

HFP-3249 Make word-wrap use break-word for content panel #55

Closed otacke closed 3 years ago

otacke commented 3 years ago

As reported in https://h5p.org/node/1139616 and documented in https://h5ptechnology.atlassian.net/browse/HFP-3249 long words or links in particular get cut off when overflowing the content panel. Fixed by setting word-wrap: break-word - but not working for IE11 (let it go ...). The rather better way would be to set overflow-wrap: anywhere - but that does neither work on IE11 nor on Safari.