Skip to content

Commit

Permalink
FIX: Adding top margin to Full Content post view in the `latest-pos…
Browse files Browse the repository at this point in the history
…t` block.
  • Loading branch information
patil-vipul committed Nov 5, 2024
1 parent 6270af6 commit b0a3a97
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 b0a3a97

Please sign in to comment.