Commit 61c2ab51 authored by tom's avatar tom

filter input width fix

parent 8e7271f0
...@@ -35,6 +35,7 @@ const FilterInput = ({ onChange, className, size = 'sm', placeholder, initialVal ...@@ -35,6 +35,7 @@ const FilterInput = ({ onChange, className, size = 'sm', placeholder, initialVal
<InputGroup <InputGroup
size={ size } size={ size }
className={ className } className={ className }
minW="250px"
> >
<InputLeftElement <InputLeftElement
pointerEvents="none" pointerEvents="none"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment