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
Currently both text-overflow:ellipsis and line-clamp CSS properties can clip words in the middle and insert ellipsis in the middle of a word.
This can result in inappropriate words being show to the users.
Having an option to only allow clipping at word boundaries can eliminate this problem. This can leave extra whitespace at the end, but might be an acceptable trade off.
For example:
Instead of:
-------------------
Lorem ipsum do... |
-------------------
one may prefer:
-------------------
Lorem ipsum ... |
-------------------
SebastianZ, richiksc, WebMechanic, benface, hftf and 2 more