Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

three dots in css

span {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
 
PREVIOUS NEXT
Tagged: #dots #css
ADD COMMENT
Topic
Name
4+9 =