Skip to content

Commit

Permalink
Fix tabs indicator. (#61973)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniGuardiola <daniguardiola@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
  • Loading branch information
3 people committed May 28, 2024
1 parent d7aa2bd commit 406c28a
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 406c28a

Please sign in to comment.