Answers for "css 3 dots long text"

0

html long text three dots

.text-truncate 
{    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
Posted by: Guest on October-18-2021

Browse Popular Code Answers by Language