Skip to content

Commit

Permalink
Inserter: Reduce the height of the categories tabs to 40px
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jul 11, 2024
1 parent 63c8ad1 commit 8f6c7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ $block-inserter-tabs-height: 44px;
display: block;
position: relative;
height: auto;
min-height: 40px;

&[aria-selected="true"] {
color: var(--wp-admin-theme-color);
Expand Down

0 comments on commit 8f6c7ae

Please sign in to comment.