Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

show max word with css

p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #show #max #word #css
ADD COMMENT
Topic
Name
8+8 =