I\'ve been using word-wrap: break-word to wrap text in divs and spans. However, it doesn\'t seem to work in table cells. I have a tabl
word-wrap: break-word
div
span
i tried all but in my case just work for me
white-space: pre-wrap; word-wrap: break-word;