Skip to content

Commit

Permalink
chore(searchbutton): specify padding to avoid browser styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Lee committed Aug 31, 2022
1 parent a793c7f commit 033c282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SearchButton/SearchButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Button to trigger search in a Search Bar.
*/
.search-button {
padding-top: 1px;
padding-bottom: 1px;
height: var(--eds-size-5);
box-sizing: content-box;
border: 0;
Expand Down

0 comments on commit 033c282

Please sign in to comment.