If I just put word-break: break-all on an element, I often end up with this:
word-break: break-all
Hello people, I am typing a mes sage that\'s too long to f
Try word-break: break-word; it should behave as you expect.