CSS - Show dot dot (text... ) hidden overflow span with CSS

0 votes
216 views
added Aug 7, 2017 in CSS by anonymous
edited Feb 11, 2019 by LC Marshal
.showdotdot {
    display:inline-block;
    width:100%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...