Fix layout error in ArtistShow (#1387)

This commit is contained in:
Dnouv 2021-10-05 02:44:38 +05:30 committed by GitHub
parent dbde0ffa0c
commit a6311259fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,