Skip to content

Commit

Permalink
fix: search input's clear button overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 22, 2023
1 parent 42ea131 commit fcd4ebf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

.textField button svg {
max-height: 100% !important;
width: 14px;
height: auto;
}

.root input {
Expand Down

0 comments on commit fcd4ebf

Please sign in to comment.