Making WordPress.org

Opened 7 months ago

Last modified 7 months ago

#6748 new defect (bug)

Content overflow issue in the Get Involved section

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords: needs-patch has-screenshots
Cc:

Description

Content overflow issue in the Get Involved section. Please see the URL below.

Page URL:- https://central.wordcamp.org/news/

Issue Screenshot:- https://share.cleanshot.com/n77c0PZ4hq0VXvVSplpV

Change History (1)

#1 @baroliyamayur
7 months ago

Solution for Content overflow issue in the Get Involved section.

Screenshot:- https://share.cleanshot.com/h0Q7cy5Gy6Wn6px4kFzZ

ul li {
    word-break: break-all;
}
Note: See TracTickets for help on using tickets.