Skip to content

Commit

Permalink
make button smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed May 7, 2024
1 parent f7da8f0 commit c002a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/inserter/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function InserterTabs( { onSelect, children, onClose }, ref ) {
icon={ closeSmall }
label={ __( 'Close block inserter' ) }
onClick={ () => onClose() }
size="small"
/>

<Tabs.TabList className="block-editor-inserter__tablist">
Expand Down

0 comments on commit c002a32

Please sign in to comment.