css text beyond display ellipsis

    overflow : hidden ;
    text-overflow : ellipsis ;
    display : -webkit-box; /** Use the object as a telescopic box model**/
-webkit-box-orient : vertical ; /** Set or retrieve the arrangement of the child elements of the flex box object**/
-webkit-line-clamp : 1 ; /** number of lines to display**/

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324694661&siteId=291194637