css three dots after 3 lines code example
Example: overflow dottet
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}