style dotsfor long texts css code example
Example 1: overflow dottet
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
Example 2: css text overflow
overflow: scroll;
white-space: nowrap;
.cut-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
overflow: scroll;
white-space: nowrap;