I'm building a website whereby products have search tags at the end of the product listing. This is working fine, except for if my tags required more room than the div they're in allows for, then they get broken up and span two lines. I'm happy with my tags using multiple lines but I want to stop them being broken into two.
You can see this behaviour in action here: http://bit.ly/1fNy3U1
Is there a php function I can use to to resolve this?