Skip to content

Commit

Permalink
Fix top padding in media replace popover.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 10, 2023
1 parent 9c49f12 commit b519d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

.block-editor-link-control__search-actions {
padding: 0;
padding: $grid-unit-10 0 0;
}
}
}
Expand Down

0 comments on commit b519d19

Please sign in to comment.