Wednesday, October 1, 2014

How to break the continuous word using CSS

p.test {
    
word-wrap: break-word;

    word-break: break-all;
}

No comments:

Post a Comment