From 644d702a23f770c5bdc452d88ccc1e4de9b60945 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 29 Jun 2023 07:53:04 +0000 Subject: [PATCH] Twenty Twenty-Two: Adjust selector to apply bottom margin to top-level comments. This adds spacing between top-level comments, which improves the layout of the comment section. Props pitamdey, sabernhardt, mukesh27. Fixes #58653. git-svn-id: https://develop.svn.wordpress.org/trunk@56108 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwentytwo/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }