Say I have a container 50px wide, but a word like asdfasdfasfasfasdfasfasdfadsfasdf that is more then 50px wide. When I test this, the long word jumps out of its container while I would prefer it would just wrap to the next line.
Is this not possible because there is no 'white space' in this long line, or is there a CSS trick that can make this work?