I have a table and I want to set a fixed width of 30px on the td\'s. the problem is that when the text in the td is too long, the td is stretched out wider than 30px.
Chrome 37. for non fixed table:
table
td { width: 30px; max-width: 30px; overflow: hidden; }
first two important! else - its flow away!