Skip to content

Commit

Permalink
Fix tabs indicator. (WordPress#61973)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniGuardiola <[email protected]>
Co-authored-by: tyxla <[email protected]>
  • Loading branch information
3 people authored and patil-vipul committed Jun 17, 2024
1 parent 4715082 commit 3ab0944
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 3ab0944

Please sign in to comment.