Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css text dots

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 160px; 
  height: 1.2em; 
  white-space: nowrap;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #text #dots
ADD COMMENT
Topic
Name
8+3 =