I found this question here on SO and the solution is pretty simple:
jsfiddle: http://jsfiddle.net/Y5vpb/
html:
Lorem Ipsum is s
span{
display: block; /* Fallback for non-webkit */
display: -webkit-box;
-webkit-line-clamp: 3; /* no of lines */
text-overflow: ellipsis;
overflow:hidden !important;
width:180px;
}
above CSS property 'll put three dots...
eg:
Lorem Ipsum is simply dummy
text of the printing and
typesetting industry. Lorem...