I have in grid in one column long text which should be truncated in grid (ends with ...) but should show whole in popover.
The popover is displaying correctly when t
Since 2012 another solution for word-wrap is:
overflow-wrap:anywhere;
More information: Difference between overflow-wrap and word-break?
Examples of use: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
edit: word-break: break-word is officially deprecated; see https://drafts.csswg.org/css-text-3/#valdef-word-break-break-word