Skip to content

Commit

Permalink
Stick all pattern all media buttons to bottom of inserter sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Apr 23, 2024
1 parent 6873975 commit bda3f20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ $block-inserter-tabs-height: 44px;
.block-editor-inserter__media-tabs-container,
.block-editor-inserter__block-patterns-tabs-container {
padding: $grid-unit-20;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.block-editor-inserter__category-tablist {
Expand Down

0 comments on commit bda3f20

Please sign in to comment.