Skip to content

Commit

Permalink
hide the header on the inserter for widgets editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed May 9, 2024
1 parent 802519e commit 12795ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-widgets/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Leave space for the close button
height: calc(100% - #{$button-size} - #{$grid-unit-10});

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

Expand Down

0 comments on commit 12795ef

Please sign in to comment.