Skip to content

Commit

Permalink
Fix issues with changing top and bottom padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
apeatling committed May 27, 2021
1 parent d544e4b commit d45182f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
.wp-block-search__input {
width: 0 !important;
min-width: 0 !important;
padding: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-left-width: 0 !important;
border-right-width: 0 !important;
flex-grow: 0;
}
}
Expand Down

0 comments on commit d45182f

Please sign in to comment.