How to disable text wrap in table cell Modified on: Sat, 13 Mar, 2021 at 4:27 PM To disable text wrap in a table cell:Set white-space inline style to nowrap on the td tag.Example:<td style="white-space: nowrap">...</td> Facebook Twitter