Skip to content

Commit

Permalink
hide the inserter tabs on the widget editor
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed May 1, 2024
1 parent fbd8901 commit 020277c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-widgets/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
// Leave space for the close button
height: calc(100% - #{$button-size} - #{$grid-unit-10});

.block-editor-inserter__tab {
display: none;
}

@include break-medium() {
height: 100%;
}
Expand Down

0 comments on commit 020277c

Please sign in to comment.