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>
Modified on: Tue, 3 Jan, 2017 at 8:18 PM
To disable text wrap in a table cell:
Example:
<td style="white-space: nowrap">...</td>
Did you find it helpful? Yes No
Send feedback