Skip to content

Commit

Permalink
Remove bottom margin from media panel search
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
  • Loading branch information
jeryj and ntsekouras committed Apr 23, 2024
1 parent 5c028eb commit 6873975
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 @@ -535,7 +535,7 @@ $block-inserter-tabs-height: 44px;
}

.block-editor-inserter__media-panel-search {
padding: $grid-unit-20 $grid-unit-30;
padding: $grid-unit-20 $grid-unit-30 0;
// TODO: Consider using the Theme component to automatically adapt to a gray background.
&:not(:focus-within) {
--wp-components-color-background: #{$white};
Expand Down

0 comments on commit 6873975

Please sign in to comment.