Skip to content

Commit

Permalink
Fix latest post block spacing issue. (#66442)
Browse files Browse the repository at this point in the history
* Fix latest post block spacing issue.

---------

Co-authored-by: viralsampat-multidots <[email protected]>
Co-authored-by: up1512001 <[email protected]>
Co-authored-by: patil-vipul <[email protected]>
  • Loading branch information
4 people authored Dec 6, 2024
1 parent 794eec2 commit 5ed400c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/latest-posts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5ed400c

Please sign in to comment.