sanusart/react-dropdown-select

Width in Percentage not working....

JasimKotai opened this issue · 0 comments

.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..