responsive page home and list
This commit is contained in:
@@ -7,7 +7,7 @@ function AutoCompleteSelect({ list, updateData, label }) {
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
options={list}
|
||||
className="!rounded-lg !w-[344px]"
|
||||
className="!w-full !rounded-lg md:!w-[344px]"
|
||||
onChange={(event) => updateData && updateData(event)}
|
||||
sx={{
|
||||
...styleTextSelectRight,
|
||||
|
||||
Reference in New Issue
Block a user