Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html long text three dots

.text-truncate 
{    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
PREVIOUS NEXT
Tagged: #html #long #text #dots
ADD COMMENT
Topic
Name
1+2 =