Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css trim text

  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 
PREVIOUS NEXT
Tagged: #css #trim #text
ADD COMMENT
Topic
Name
4+3 =