Skip to content

Commit

Permalink
Fix tabs indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed May 24, 2024
1 parent 6f245b7 commit 7e9278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ $block-inserter-tabs-height: 44px;

.block-editor-inserter__tablist {
width: 100%;
margin-bottom: -$border-width;

button[role="tab"] {
flex-grow: 1;
margin-bottom: -$border-width;
&[id$="reusable"] {
flex-grow: inherit;
// These are to align the `reusable` icon with the search icon.
Expand Down

0 comments on commit 7e9278f

Please sign in to comment.