Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Avoid collection items in pattern chooser break between columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanijak committed Oct 6, 2023
1 parent 1b8bb2f commit ddae428
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/blocks/product-collection/edit/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
border-radius: 4px;
padding-top: $gap;
}

.block-editor-block-patterns-list__list-item {
break-inside: avoid-column;
}
}

.wc-blocks-product-collection__selection-modal-subtitle {
Expand Down

0 comments on commit ddae428

Please sign in to comment.