From 27361905667438d2e62f27bf66974172dea59a68 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Thu, 23 Mar 2023 12:45:14 +0200 Subject: [PATCH] Query Loop: Constraint list item(`li`) styles to the direct children of the main list --- packages/block-library/src/post-template/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/post-template/style.scss b/packages/block-library/src/post-template/style.scss index 9db5c808db1a7..b1cdcf385e223 100644 --- a/packages/block-library/src/post-template/style.scss +++ b/packages/block-library/src/post-template/style.scss @@ -16,7 +16,7 @@ flex-wrap: wrap; gap: 1.25em; - li { + > li { margin: 0; width: 100%; }