Skip to content

Commit

Permalink
Block theme: Fix the height of "my patterns" previews
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Apr 11, 2024
1 parent 7230772 commit 3450a86
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ body.page .wp-block-wporg-local-navigation-bar .wp-block-query-title {
aspect-ratio: 4 / 3;
display: flex;
align-items: center;
overflow: hidden;
}

.wporg-my-patterns .wp-block-wporg-pattern-preview {
max-height: 100%;
}

/* Add background to spacers. These are custom classes, not attached as block styles. */
Expand Down

0 comments on commit 3450a86

Please sign in to comment.