HTML Long Texte trois points
.text-truncate
{ max-width: 15rem;
overflow: hidden;
text-overflow: ellipsis;
}
lpduyplus
.text-truncate
{ max-width: 15rem;
overflow: hidden;
text-overflow: ellipsis;
}
#content{
overflow: hidden;
width:100px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}