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
A solution which work with Google Chrome and Firefox (not tested with Internet Explorer) is to set display: table-cell as a block element.
display: table-cell