How can I prevent automatic line breaks in a column of table (not a single cell)?
For completion sake:
#table_id td:nth-child(2) {white-space: nowrap;}
Is used for applying a style to the 2 column of the table_id table.
the table_id
This is supported by all major Browsers, IE started supporting this from IE9 onwards.