The second line of text in the HTML Div does not appear when the ellipsis instead of the CSS implementation

Source: Internet
Author: User

Sometimes the text is too much, but in order to be beautiful in the second line to display the ellipsis, instead of the first line beyond the immediate occurrence of the ellipsis

Here is the CSS code:

Overflow:hidden;
text-overflow:ellipsis;//Display ellipsis
Display:-webkit-box;
-webkit-line-clamp:2;//the number of lines of text displayed by the block element
-webkit-box-orient:vertical;

You can define it on the Div.

On

So the text doesn't go to the third line

The second line of text in the HTML Div does not appear when the ellipsis instead of the CSS implementation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.