01 Dec 2013
CSS – Breaking long words wrap onto the next line
CSS has a property named word wrap and it can be used as follows.
.wrap { word-wrap:break-word; }
CSS has a property named word wrap and it can be used as follows.
.wrap { word-wrap:break-word; }