css text overflow hidden css text overflow hidden invalid solution
It is the correct code.
width: 150px;
background: #999999;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
Leave A Comment?