Commit 19183786 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #555 from blockscout/filter-input-fix

filter input width fix
parents 8e7271f0 61c2ab51
......@@ -35,6 +35,7 @@ const FilterInput = ({ onChange, className, size = 'sm', placeholder, initialVal
<InputGroup
size={ size }
className={ className }
minW="250px"
>
<InputLeftElement
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