Skip to content

Commit

Permalink
use one column for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed May 10, 2024
1 parent bcdbd31 commit 6fcc8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ $block-inserter-tabs-height: 44px;
.block-editor-inserter__quick-inserter-patterns {
.block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr;
grid-gap: $grid-unit-10;
.block-editor-block-patterns-list__list-item {
margin-bottom: 0;
Expand Down

0 comments on commit 6fcc8f0

Please sign in to comment.