Fix comment list alignment in TT2 (#37894)

This commit is contained in:
Corey McKrill 2023-05-01 17:03:48 -07:00 committed by GitHub
commit f92e505d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: enhancement
Fix comment list styling in TT2

View File

@ -376,6 +376,10 @@ $tt2-gray: #f7f7f7;
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
li.review {
margin-bottom: var(--wp--style--block-gap);
}
img.avatar { img.avatar {
float: left; float: left;
} }
@ -385,7 +389,7 @@ $tt2-gray: #f7f7f7;
} }
.comment-text { .comment-text {
display: inline-block; display: flow-root;
padding-left: var(--wp--style--block-gap); padding-left: var(--wp--style--block-gap);
.star-rating { .star-rating {