Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css ellipsis max width

.text-ellipsis{
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #ellipsis #max #width
ADD COMMENT
Topic
Name
8+3 =