Opened 13 years ago
Closed 13 years ago
#21491 closed defect (bug) (fixed)
Twenty Eleven: Long URLs left in comments overflow content area
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
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)
#4
follow-up:
↓ 5
@
13 years ago
- Keywords commit removed
See http://core.trac.wordpress.org/ticket/21151#comment:16 for the better CSS rules to fix this.
#5
in reply to:
↑ 4
@
13 years 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
Note: See
TracTickets for help on using
tickets.
add
word-wrap: break-word
to comments in Twenty Eleven