fix min-width of AlbumDetails
This commit is contained in:
@@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({
|
|||||||
root: {
|
root: {
|
||||||
[theme.breakpoints.down('xs')]: {
|
[theme.breakpoints.down('xs')]: {
|
||||||
padding: '0.7em',
|
padding: '0.7em',
|
||||||
minWidth: '24em',
|
minWidth: '20em',
|
||||||
},
|
},
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
padding: '1em',
|
padding: '1em',
|
||||||
|
|||||||
Reference in New Issue
Block a user