I want to write a list of links like this ie where some links (highlighted in red) wrap over two lines. So if the space of the container allows, “New” would be on the first line and “York” would be on the second line ie rather than both words being pushed to the second line.
On my test page the links are floated left – the first line has room for “New” but it is being pushed down to the second line.
The image you show looks like there is just one containter and that those words in read simply fall where they’re supposed to, and if the term (in this case, the state with two words) is divided, so be it.
I personally wouldn’t worry too much about it. I don’t care if “New” goes in line 1 and “York” in line 2. I care about usability first, then aesthetics. Although it is simply a case of using the right font at the right size and a box with the right dimensions.
Adding a [noparse]<br />[/noparse] could be solution for ensuring this but… is it really justified? In my opinion, no. I even would get read of those [noparse]<br />[/noparse] you already have!