Created by: ihorzenich
Fix #29319 (closed) again. Correcting Backport #30932 to v4
word-break
didn't support break-word
value in IE and Edge Legacy
overflow-wrap
is absent in IE/Edge Legacy (it's modern replace for word-wrap
)
So we need to add back word-wrap: break-word
for IE and Edge Legacy.