Skip to content

Commit

Permalink
Try removing gallery block fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Apr 24, 2023
1 parent 01e85c6 commit 6a91fe5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/gallery/style.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Import styles for rendering the static content of deprecated gallery versions.
@import "./deprecated.scss";

// The following is a temporary override until flex layout supports
// an align items setting of normal.
figure.wp-block-gallery.has-nested-images {
align-items: normal;
}
// Styles for current version of gallery block.
.wp-block-gallery.has-nested-images {
// Need bogus :not(#individual-image) to override long :not()
Expand Down

0 comments on commit 6a91fe5

Please sign in to comment.