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
This helped me with old Webkit - this one from phantomjs 2.1
.table td { overflow-wrap: break-spaces; word-break: normal; }