The MAC Safari browser from a 3.x version forces a line break between two words with a space eg in a menu (eg "About Us") . This is undesirable in my case and can be circumvented command with the following CSS:
white-space: nowrap;
The MAC Safari browser from a 3.x version forces a line break between two words with a space eg in a menu (eg "About Us") . This is undesirable in my case and can be circumvented command with the following CSS:
white-space: nowrap;