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: nowrap;
white-space: nowrap;
CSS white-space Property
white-space: normal|nowrap|pre|pre-line|pre-wrap|initial|inherit;
Know more about white-space example