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
This commit is contained in:
Jb Audras
2023-06-29 07:53:04 +00:00
parent b58eebb2a5
commit 644d702a23

View File

@@ -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;
}