Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

overflow dots css

.overflow-information{ 
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
  	width:150px; //change based on when you want the dots to appear
}
 
PREVIOUS NEXT
Tagged: #overflow #dots #css
ADD COMMENT
Topic
Name
9+4 =