Fix layout error in ArtistShow (#1387)

This commit is contained in:
Dnouv 2021-10-05 02:44:38 +05:30 committed by Joe Stump
parent 015628ca7f
commit 244aabf759
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -86,11 +86,6 @@ const useStyles = makeStyles(
},
content: {
flex: '1 0 auto',
'& .MuiTypography-root': {
display: ({ expanded }) => (expanded ? 'block' : '-webkit-inline-box'),
boxOrient: 'vertical',
lineClamp: '3',
},
},
cover: {
width: 151,