Переполнение Dottet
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
Mattiboi
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#content{
overflow: hidden;
width:100px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
width: 160px;
white-space: nowrap;
}