body { word-wrap: break-word;}
I\'ve been using that code (above) to fit the text in the body into it\'s container. However what I don
body
I had the same problem, I solved it using following css:
.className { white-space:pre-wrap; word-break:break-word; }