Skip to content

Commit

Permalink
Fix card grid container collapse in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Apr 9, 2024
1 parent dcf92c1 commit 76abfe2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
.wp-block-group-is-layout-grid.is-style-cards-grid,
.wp-block-post-template.is-style-cards-grid {
grid-auto-rows: 1fr;
/* stylelint-disable-next-line property-no-unknown */
container-type: normal;

@include break-small-only() {
grid-template-columns: 1fr !important;
Expand Down

0 comments on commit 76abfe2

Please sign in to comment.