fix min-width of AlbumDetails
This commit is contained in:
parent
5488a829c7
commit
b62c270b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({
|
|||
root: {
|
||||
[theme.breakpoints.down('xs')]: {
|
||||
padding: '0.7em',
|
||||
minWidth: '24em',
|
||||
minWidth: '20em',
|
||||
},
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
padding: '1em',
|
||||
|
|
|
|||
Loading…
Reference in a new issue