sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
349 stars 83 forks source link

Width in Percentage not working.... #314

Open JasimKotai opened 4 months ago

JasimKotai commented 4 months ago

.searchInputCon .dropdown{ width: 30% !important; min-width: 200px; border-radius: 5px; padding: 10px; color: #404040; }

its take min-width but not the width in percent..