responsive page home and list

This commit is contained in:
Ehsan
2024-08-14 10:38:07 +03:30
parent 5568a989fe
commit 1341253384
9 changed files with 92 additions and 36 deletions
+1 -1
View File
@@ -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,