Fix comment list alignment in TT2 (#37894)
This commit is contained in:
commit
f92e505d48
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: enhancement
|
||||||
|
|
||||||
|
Fix comment list styling in TT2
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue