SelectPlaylist Input mobile view fix

This commit is contained in:
dpirad007 2021-03-11 13:45:42 +05:30 committed by Deluan Quintão
parent 54a3394559
commit 6cf15748c4
2 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,8 @@ export const AddToPlaylistDialog = () => {
onClose={handleClickClose}
onBackdropClick={handleClickClose}
aria-labelledby="form-dialog-new-playlist"
fullWidth={true}
maxWidth={'sm'}
>
<DialogTitle id="form-dialog-new-playlist">
{translate('resources.playlist.actions.selectPlaylist')}

View File

@ -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