Skip to content

Commit

Permalink
Fix issue WordPress#69517 - The latest posts block doesn't render the…
Browse files Browse the repository at this point in the history
… post blocks properly when displaying the post content
  • Loading branch information
JorgeVilchez95 committed Mar 10, 2025
1 parent 8b88ada commit f6bb336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/gallery/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// an align items setting of normal.
figure.wp-block-gallery.has-nested-images {
align-items: normal;
display: flex;
gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
// Styles for current version of gallery block.
.wp-block-gallery.has-nested-images {
Expand Down

0 comments on commit f6bb336

Please sign in to comment.