Unwanted word wrap

Permalink
If you look at the page:http://www.wittercustomhomes.com/witter/index.php/about-us/...
the About Us heading when viewed in Safari has a line break but if you look at the same page in IE9 it shows without a line break. How can I remove the line break in Safari?

 
glockops replied on at Permalink Best Answer Reply
glockops
Add "whitespace: nowrap;" to your CSS style for that element.
brodemeyer replied on at Permalink Reply
Thanks for pointing me in the right direction. Looks like the code is actually white-space: nowrap;

Thanks again!