Skip to content

Commit

Permalink
added wrong css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed May 27, 2024
1 parent 9313727 commit afb5f80
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,18 @@ $block-inserter-tabs-height: 44px;
overflow: hidden;

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

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.
padding-left: $grid-unit-20;
padding-right: $grid-unit-20;
}
}
}

.block-editor-inserter__tabpanel {
Expand Down

0 comments on commit afb5f80

Please sign in to comment.