In workflow manager, edit the event to create an email, in the body of the email use the following code when you want to enable word wrapping to receipts in the html formated email.
<p STYLE="word-wrap:break-word;WIDTH:100%;left:0">Insert Text or Insert Slug Here that needs to be word wrapped</p>
This will word wrap the text sent from workflow manager events instead of send a long line of text that a user would have to scroll to the right to read when in Outlook. Works great for me, hope this helps someone else that was frustrated by this as well.