react-dropdown-select icon indicating copy to clipboard operation
react-dropdown-select copied to clipboard

Width in Percentage not working....

Open JasimKotai opened this issue 1 year ago • 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..

JasimKotai avatar Apr 01 '24 09:04 JasimKotai