Is there a way to keep a string of text on one line, so that if the div width gets to small, the whole string will drop to the next line instead of half of it?
Example:
CSS
.nowrap { white-space: nowrap; }
HTML
Industry Updates - 8th September 2013
Any element with white-space: nowrap stays on one line
white-space: nowrap