I have a table containing cells with text of various lengths. It is essential that all of the table cells are of the same width. If this means truncating long words or forcing a
Try this:
text-overflow: ellipsis; overflow: hidden; white-space:nowrap;