For this issue, I suggest you set the layout of table as “fixed”.
<table style="width:100%; table-layout:fixed;">
<tr>
<td style="width:25px">
<div style="width:100%; overflow:hidden">dddddddddddddddddddddddddddddddddddddd</div>
</td>
<td style="width:25%"></td>
<td style="width:25%"></td>
<td style="width:25%"></td>
</tr>
</table>