diff --git a/plugins/woocommerce/changelog/fix-tt2-comment-list b/plugins/woocommerce/changelog/fix-tt2-comment-list new file mode 100644 index 00000000000..8561e66a21a --- /dev/null +++ b/plugins/woocommerce/changelog/fix-tt2-comment-list @@ -0,0 +1,4 @@ +Significance: patch +Type: enhancement + +Fix comment list styling in TT2 diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss index c26ef566e2a..1a528db18b0 100644 --- a/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss +++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-two.scss @@ -376,6 +376,10 @@ $tt2-gray: #f7f7f7; list-style: none; padding-left: 0; + li.review { + margin-bottom: var(--wp--style--block-gap); + } + img.avatar { float: left; } @@ -385,7 +389,7 @@ $tt2-gray: #f7f7f7; } .comment-text { - display: inline-block; + display: flow-root; padding-left: var(--wp--style--block-gap); .star-rating {