I would like the text to break only on whitespace, as is normally expected. Here is the css that Sharepoint generated for the line:
<span class="Apple-style-span" style="color:rgb(0, 114, 188);font-size:26px;line-height:39px"></span>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
word-wrapandword-breakstyles were set correctly. I ended up fixing the issue by changing the<span>tag to a<p>.