You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had just added overflow-wrap: anywhere, which seemed to solve that in Chrome. But there were still long lines in ipads (haven't tested safari or FF). Maybe some vendor-specific switches will be required in the css.
Sweet! Works perfectly on Chrome. I've checked Safari, and it seems like overflow-wrap: break-word is supposed to work, but it needs some adjustments to the width of the container (i.e. fixing a value to it, width: 230px; seemed to work but didn't test it thoroughly).
What is the current behaviour?
What is the expected or desired behavior?
Links can be trimmed with an ellipsis, CSS can force the text to break. ✂️
The text was updated successfully, but these errors were encountered: