#17432 closed defect (bug) (fixed)
Twenty Eleven: pre/code text overflows on comment content
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Themes | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| 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)
Change History (6)
devinreams — 2 years ago
comment:1
devinreams — 2 years ago
- Keywords has-patch added; needs-patch removed
comment:2
devinreams — 2 years ago
- Component changed from General to Themes
- Version set to 3.2
comment:3
iandstewart — 2 years ago
- Owner set to iandstewart
- Resolution set to fixed
- Status changed from new to closed
In [18042]:
comment:5
SergeyBiryukov — 22 months ago
Related: #16317
Note: See
TracTickets for help on using
tickets.

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