diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css index 2116d44837..ec50039751 100644 --- a/src/wp-content/themes/twentytwentytwo/style.css +++ b/src/wp-content/themes/twentytwentytwo/style.css @@ -156,6 +156,6 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover, margin-bottom: 1rem; } -.wp-block-post-comments ol.commentlist ul.children li:not(:last-child) { +.wp-block-post-comments ol.commentlist li.comment:not(:last-child) { margin-bottom: 1rem; }