Opened 11 months ago
Closed 10 months ago
#21491 closed defect (bug) (fixed)
Twenty Eleven: Long URLs left in comments overflow content area
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.4.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | joachim.kudish@… |
Description
When posting a comment with a raw URL in the text the URL will overflow the content area for comments.
It would be best for the URL to be contained within the comment container. Using something like word-wrap: break-word; with a specific selector would work.
The screenshot attached shows this in action. See also #21151
Attachments (4)
Change History (10)
andrewspittle
— 11 months ago
comment:3
SergeyBiryukov
— 11 months ago
- Milestone changed from Awaiting Review to 3.5
comment:4
follow-up:
↓ 5
lancewillett
— 11 months ago
- Keywords commit removed
See http://core.trac.wordpress.org/ticket/21151#comment:16 for the better CSS rules to fix this.
comment:5
in reply to:
↑ 4
jkudish
— 11 months ago
Replying to lancewillett:
See http://core.trac.wordpress.org/ticket/21151#comment:16 for the better CSS rules to fix this.
Great (and good to know!). Revised patch in 21491.2.diff
comment:6
lancewillett
— 10 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21487]:
add word-wrap: break-word to comments in Twenty Eleven