Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

overflow ellipsis

.overflowing {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
Source by www.theodinproject.com #
 
PREVIOUS NEXT
Tagged: #overflow #ellipsis
ADD COMMENT
Topic
Name
5+6 =