css wrap text to next line

CSS
.break-word 
{
  word-wrap: break-word;
}
Source

Also in CSS: