make a table cells overflow hidden?
To use the CSS overflow property with its "hidden" value on the
HTML <td> element, you need to set the table-layout property with
the "fixed" value and an appropriate width on the <table> element.
Then, you need to add the overflow property set to "hidden" and
white-space property set to "nowrap" on the table cell.