Solve incorrect line-wrapping problems with Word-break:break-all

Source: Internet
Author: User

This has been a long time in the news channel problem, today finally to solve it!

The problem is that, when there is a longer link address in a text, it causes the text before the link address to be wrapped correctly, the effect is as follows:

The corresponding HTML code is as follows:

< P > , you can choose your own list and the text will be updated automatically. For more details see:<href= "Https://github.com/github/task_list"  target  = "_blank">https://github.com/github/task_list</a></ P >

The problem-solving goal was always locked in the <p>, and the results remained unresolved.

Today the goal is locked to link <a>, quickly found a solution to the <a> add word-break:break-all CSS definition.

{word-break: break-all;}

The effect is as follows:

Solve incorrect line-wrapping problems with Word-break:break-all

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.