Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle.
Also minor pinking shears in stylesheet and functions file. git-svn-id: https://develop.svn.wordpress.org/trunk@21487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
56c4577fea
commit
38ccc90afc
|
@ -1960,6 +1960,12 @@ section.ephemera .entry-title a span {
|
||||||
}
|
}
|
||||||
.commentlist .children li.comment .comment-content {
|
.commentlist .children li.comment .comment-content {
|
||||||
margin: 1.625em 0 0;
|
margin: 1.625em 0 0;
|
||||||
|
-ms-word-break: break-all;
|
||||||
|
word-break: break-all;
|
||||||
|
word-break: break-word;
|
||||||
|
-webkit-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
.comment-meta a {
|
.comment-meta a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue