Making WordPress.org

Opened 10 months ago

Last modified 10 months ago

#6590 new defect (bug)

Content overflow issue in news category page.

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Priority: normal
Component: News (wordpress.org/news) Keywords: needs-patch
Cc:

Description

In the responsive(below 480px) the content overflow is displayed on the https://wordpress.org/news/category/security/
For better understanding I provide the Video attachment Link:
Video link: [https://share.cleanshot.com/ctJojcn1ZT9TPpk39qha

Change History (3)

#1 @krupalpanchal
10 months ago

  • Keywords needs-patch added

#2 @krupalpanchal
10 months ago

That issue is happening because of the long URL in the paragraph. If the paragraph can be given CSS of breack-word, this issue can be solved.

p.wp-block-post-excerpt__excerpt {
    word-break: break-word;
}

#3 @dd32
10 months ago

  • Component changed from WordPress.org Site to News (wordpress.org/news)

Tickets related to News (wordpress.org/news) should be filed on the WordPress.org News GitHub Repository. Would you be able to report this over there?

Note: See TracTickets for help on using tickets.