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
Please use nowrap and wrap value didn't come for me. nowrap solved the issue.
Use white-space: nowrap;