* Hide no comments message. * Comment why this line is needed.
@@ -652,6 +652,10 @@ p.has-drop-cap:not(:focus):first-letter {
margin-bottom: var(--wp--custom--gap--baseline);
}
+.wp-block-post-comments .nocomments {
+ display: none;
+}
+
.wp-block-post-template {
margin-top: 0;
margin-bottom: 0;
@@ -157,4 +157,8 @@
+ // Needed until we have the option to hide this message via the block.
+ .nocomments {
+ }