Skip to content

Commit

Permalink
Search Block: Remove margins from the input (#42959)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Aug 4, 2022
1 parent 47b1d50 commit 958a1c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
.wp-block-search__input {
padding: 8px;
flex-grow: 1;
margin-left: 0;
margin-right: 0;
min-width: 3em;
border: 1px solid #949494;
font-size: inherit;
Expand Down

0 comments on commit 958a1c2

Please sign in to comment.