Based on the snippets you've shared I suggest using max-width and word-wrap directly on the td
max-width
word-wrap
td
like this :
td:nth-child(3) { max-width: 200px; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; }