fix: search input's clear button overflow

This commit is contained in:
Hossein Mehrabi
2023-06-23 01:59:30 +03:30
parent 4e33397ba5
commit 88f0557a7c
@@ -15,6 +15,10 @@
width: 100% !important;
}
.textField button svg {
max-height: 100% !important;
}
.root input {
}