Search

Dec 9, 2015

CSS trick: Sort String and add 3 dot at last point of string


.sortTitle {
    width: calc(100% - 20px);
    display: inline;
    text-overflow: ellipsis;   
    white-space: nowrap; 
    overflow: hidden;
}

No comments:

Post a Comment