@@ -197,7 +197,7 @@ is passed all of the block attributes on the block definition in the template. *
}
.wp-block-post-comments .commentlist > li {
- margin-bottom: var(--wp--custom--margin--vertical);
+ margin-bottom: calc(1.5 * var( --wp--style--block-gap ));
.wp-block-post-comments .commentlist > li:not(first-child) {
@@ -24,7 +24,7 @@
.commentlist {
> li {
&:not(first-child) {
border-bottom: 1px solid var(--wp--custom--form--border--color);