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:
Jonathan Desrosiers
2021-02-02 19:38:16 +00:00
parent 032e946633
commit d96e9c4839
4 changed files with 4 additions and 4 deletions

View File

@@ -6177,7 +6177,7 @@ h1.page-title {
margin: 0;
}
.comment-content a {
.comment-content {
word-wrap: break-word;
}

View File

@@ -177,7 +177,7 @@
}
}
.comment-content a {
.comment-content {
word-wrap: break-word;
}

View File

@@ -4439,7 +4439,7 @@ h1.page-title {
margin: 0;
}
.comment-content a {
.comment-content {
word-wrap: break-word;
}

View File

@@ -4459,7 +4459,7 @@ h1.page-title {
margin: 0;
}
.comment-content a {
.comment-content {
word-wrap: break-word;
}