From b0a3a977f95a085668ed860b8047d52221fd2f7a Mon Sep 17 00:00:00 2001 From: Vipul Patil Date: Tue, 5 Nov 2024 14:04:40 +0530 Subject: [PATCH] FIX: Adding top margin to `Full Content` post view in the `latest-post` block. --- packages/block-library/src/latest-posts/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/block-library/src/latest-posts/style.scss b/packages/block-library/src/latest-posts/style.scss index 2a01d177ef47c4..69a4746b5e751c 100644 --- a/packages/block-library/src/latest-posts/style.scss +++ b/packages/block-library/src/latest-posts/style.scss @@ -57,7 +57,8 @@ font-size: 0.8125em; } -.wp-block-latest-posts__post-excerpt { +.wp-block-latest-posts__post-excerpt, +.wp-block-latest-posts__post-full-content { margin-top: 0.5em; margin-bottom: 1em; }