mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Twenty-One: Fix wrapping for long text within comments.
This ensures that word wrapping occurs within comment content. Props mayankmajeji, audrasjb. Fixes #52380. git-svn-id: https://develop.svn.wordpress.org/trunk@50158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6177,7 +6177,7 @@ h1.page-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.comment-content a {
|
||||
.comment-content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.comment-content a {
|
||||
.comment-content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
@@ -4439,7 +4439,7 @@ h1.page-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.comment-content a {
|
||||
.comment-content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
@@ -4459,7 +4459,7 @@ h1.page-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.comment-content a {
|
||||
.comment-content {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user