Making WordPress.org

#6590 closed defect (bug) (reported-upstream)

Content overflow issue in news category page.

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Priority: low
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 (4)

#1 @krupalpanchal
23 months ago

  • Keywords needs-patch added

#2 @krupalpanchal
23 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
23 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?

#4 @coffee2code
10 months ago

  • Priority changed from normal to low
  • Resolution set to reported-upstream
  • Status changed from new to closed

Thanks for the report! I see you've opened a ticket for it at the preferred issue tracker for the News theme. As such, I'm closing this as reported-upstream.

Note: See TracTickets for help on using tickets.