Making WordPress.org

Opened 5 months ago

Last modified 5 months ago

#6978 new defect (bug)

The content is out of the container in Mobile devices

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: Support Forums Keywords: needs-patch has-screenshots
Cc:

Description

The content is out of the container in Mobile devices

Page URL:- https://wordpress.org/support/view/no-replies/

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

Change History (1)

#1 @baroliyamayur
5 months ago

Please use the below CSS to resolve the issue.

.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness p.bbp-topic-meta .bbp-author-name {
    white-space: normal;
}

See output: https://share.cleanshot.com/MrlckkHWDD3sg8H5PMZc

Note: See TracTickets for help on using tickets.