CSS - truncate with ... the single line sentence

0 votes
167 views
added Mar 10, 2023 in CSS by lcjr First Warrant Officer (11,890 points)
.truncate-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...