Commit e5a6ce7c authored by PDuarte's avatar PDuarte

min width proj selector

parent 78b82b37
......@@ -56,8 +56,9 @@ const SelectProject = props => {
}
}, [store.allDataProjects])
return <Fragment>
return <div style={{minWidth: '120px'}}>
{ dataProject.length > 0 ? <AsyncSelect
placeholder="Project"
isClearable={false}
className='react-select'
classNamePrefix='select'
......@@ -68,7 +69,7 @@ return <Fragment>
onChange={handleChange}
theme={selectThemeColors}
/> : <div>Loading...</div> }
</Fragment>
</div>
}
export default SelectProject
\ No newline at end of file
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