I have a table like the following .
when i add more text to the "1111111111111111111"
the table will be enlarge , how can i break the text which contain no br or space ??
<table style="width:280px">
<tr align="left" valign="top" style="font-size: 14px;">
<th align="left" style="width:100px;white-space: normal;">LEE, WING WING wrote:</th>
<th style="width:20px"></th>
<th align="left" style="width:100px;white-space: nowrap;">15-Sep-2019 12:08</th>
</tr>
<tr align="left" valign="top">
<th colspan="3" style="white-space: pre-wrap; word-wrap: break-word;width:100px">1111111111111111111111111111111111111111111111111111111111</th>
</tr>
</table>