This is my current code which fails to wrap text in a element without splitting something halfway:
<td style="width: 652px; max-width: 652px; border-left: 1px solid black; white-space: normal !important; word-wrap: break-word;">
Is there a way that I can substitute the 'word-wrap: break-word;' for something else with a similar effect but not splitting a word halfway? Thanks!