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
use white-space: wrap;. If you have set width on the element on which you are setting this it should work.
white-space: wrap;
update - rendered data in Firefox