Making WordPress.org

Opened 4 years ago

Closed 3 years ago

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

Content overflow issue in news category page.

Reported by: multidots1896 Owned by:
Priority: low Milestone:
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
4 years ago

  • Keywords needs-patch added

#2 @krupalpanchal
4 years 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
4 years ago

  • Component WordPress.org SiteNews (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
3 years ago

  • Priority normallow
  • Resolutionreported-upstream
  • Status newclosed

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.