Making WordPress.org

#6900 closed defect (bug) (fixed)

Content overflow issue

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

Description

Attachments (3)

6900.patch (328.5 KB) - added by baroliyamayur 19 months ago.
Content overflow issue
6900.diff (593 bytes) - added by viralsampat 19 months ago.
I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.
CleanShot 2023-04-05 at 18.17.17@2x.png (129.7 KB) - added by viralsampat 19 months ago.

Download all attachments as: .zip

Change History (5)

@baroliyamayur
19 months ago

Content overflow issue

#1 @ankitmaru
19 months ago

Thanks @baroliyamayur for the patch.

It looks good to me.

@viralsampat
19 months ago

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

#2 @coffee2code
14 months ago

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for the report and the input everyone!

This particular issue ended up being a content issue; there were   entities in place of spaces around those code tags, preventing elements of that line from wrapping when they should have. I replaced those with actual spaces in the post and everything wraps as expected.

While technically this exposes a potential shortcoming of the theme, in reality the overflow of content in this way hasn't been an issue thus far. If it happens again we can reconsider adding CSS to break words.

Note: See TracTickets for help on using tickets.