Reputation: 2592
I'd like to restrict word-wrap on the text in a single column of a table. Basically, I want the equivalent of white-space: nowrap
on every cell in the second column of the table.
The thing is, I can't really access the html, only the CSS. So, is there a way to do this with CSS only?
EDIT: It really only needs to work with Chrome or most recent browsers.
Upvotes: 2
Views: 805