Its the fact that the "word" is too long for the width. I'm not sure there is a way in PHP to detect the width of something, break the "word" in a logical space, and insert a hyphen so that is continues on the next line. Typically, it should wrap an overflowing work to the next line, but in the case of that string, it can't.