mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user