Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text overflow ellipsis css

div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
PREVIOUS NEXT
Tagged: #text #overflow #ellipsis #css
ADD COMMENT
Topic
Name
7+5 =