Word Break Css Tricks

by muthu 2013-10-14 11:42:09

Use the following Css Code we can break the sentence inside the content box.


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


Example
break_word.jpg
755
like
0
dislike
0
mail
flag

You must LOGIN to add comments