SelectPlaylist Input mobile view fix
This commit is contained in:
committed by
Deluan Quintão
parent
54a3394559
commit
6cf15748c4
@@ -77,7 +77,7 @@ export const SelectPlaylistInput = ({ onChange }) => {
|
||||
return option.name
|
||||
}}
|
||||
renderOption={(option) => option.name}
|
||||
style={{ width: 300 }}
|
||||
style={{ width: '100%' }}
|
||||
freeSolo
|
||||
renderInput={(params) => (
|
||||
<TextField
|
||||
|
||||
Reference in New Issue
Block a user