Currently, I'm involved in a project that allows users to create their own timelines with events. However, there seems to be an issue with the event titles.
Users are able to create events with extremely long titles, such as:
`12312312312312312312312313211233123213133gsfsfsfsdfserwerwerwerwesdfsdf`
or
День победы русской эскадры под командованием Ф.Ф. Ушакова над турецкой эскадрой у мыса Тендра
The titles are displayed with h3 and a word-break: break-all property.
For instance, the first example might display fine. However, the second example does not adhere to proper hyphenation rules.
Are there any plugins or CSS techniques that can assist with this issue?