No wrap text CSS

If you would like to display some text without line breaks within that text, you can apply the following CSS to the p or span element surrounding the text in question:

white-space:nowrap;