Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#17432 closed defect (bug) (fixed)

Twenty Eleven: pre/code text overflows on comment content

Reported by: devinreams's profile devinreams Owned by: iandstewart's profile iandstewart
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.2
Component: Themes Keywords: has-patch
Focuses: Cc:

Description

If a long block of pre or code text is entered into a comment it will flow into the right gutter.

Screenshot showing example: http://d.pr/QlEe

I propose adding overflow: auto to .comment-content pre, perhaps even pre itself. I defer to the experts.

Attachments (1)

styles.diff (320 bytes) - added by devinreams 14 years ago.
Adding overflow: auto to comment-content pre and code to prevent leakage

Download all attachments as: .zip

Change History (6)

@devinreams
14 years ago

Adding overflow: auto to comment-content pre and code to prevent leakage

#1 @devinreams
14 years ago

  • Keywords has-patch added; needs-patch removed

#2 @devinreams
14 years ago

  • Component changed from General to Themes
  • Version set to 3.2

#3 @iandstewart
14 years ago

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

In [18042]:

Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432

#4 @ocean90
14 years ago

  • Milestone changed from Awaiting Review to 3.2
Note: See TracTickets for help on using tickets.