Skip to content

Commit

Permalink
Use BEM classname
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Aug 30, 2023
1 parent f7d9241 commit af33711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/auto-inserting-blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function AutoInsertingBlocksControl( props ) {
return (
<InspectorControls>
<PanelBody
className="auto-inserting-blocks-panel"
className="block-editor-hooks__auto-inserting-blocks"
title={ __( 'Plugins' ) }
initialOpen={ true }
>
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/auto-inserting-blocks.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.auto-inserting-blocks-panel {
.block-editor-hooks__auto-inserting-blocks {
/**
* Since we're displaying the block icon alongside the block name,
* we need to right-align the toggle.
Expand Down

0 comments on commit af33711

Please sign in to comment.