Skip to content

Commit 72cbfb3

Browse files
committed
Stick all pattern all media buttons to bottom of inserter sidebar
1 parent edd6ad6 commit 72cbfb3

File tree

1 file changed

+4
-0
lines changed
  • packages/block-editor/src/components/inserter

1 file changed

+4
-0
lines changed

packages/block-editor/src/components/inserter/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ $block-inserter-tabs-height: 44px;
242242
.block-editor-inserter__media-tabs-container,
243243
.block-editor-inserter__block-patterns-tabs-container {
244244
padding: $grid-unit-20;
245+
height: 100%;
246+
display: flex;
247+
flex-direction: column;
248+
justify-content: space-between;
245249
}
246250

247251
.block-editor-inserter__category-tablist {

0 commit comments

Comments
 (0)