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 4e33397 commit 88f0557
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
width: 100% !important;
}

.textField button svg {
max-height: 100% !important;
}

.root input {
}

Expand Down

0 comments on commit 88f0557

Please sign in to comment.