overflow tree dots css code example
Example 1: three dots in css
span {
display: inline-block;
width: 180px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
Example 2: css text overflow
overflow: scroll;
white-space: nowrap;