While constructing a form using Bootstrap3, I encountered an issue where only one word in a checkbox label wraps to the next line specifically on MAC safari/chrome browsers. Interestingly, this problem doesn't occur with other browsers such as IE or on windows.
The problematic word is plush in the first checkbox found here
The code snippet causing this issue is:
<label for="custom9">Have you received your entire order from Plush?</label>