Skip to content

Commit

Permalink
Search: Prevent override of global button radii in editor (#63789)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: carolinan <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 15b48c6 commit 093fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/search/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.wp-block-search {
.wp-block-search__button {
:where(.wp-block-search__button) {
height: auto;
border-radius: initial;
display: flex;
Expand Down

0 comments on commit 093fef8

Please sign in to comment.