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 faced a similar problem in my grid structure and I used, word-break: break-word; in my grid and my issue got resolved.