Return to Snippet

Revision: 59689
at September 26, 2012 02:01 by Rakowskey


Initial Code
.Ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12; /* number of lines to show */
    -webkit-box-orient: vertical;
}

Initial URL


Initial Description
Truncate the multiline text. Webkit Property.

Initial Title
Webkit lastline truncate

Initial Tags
css, CSS3

Initial Language
CSS