Skip to content

Commit

Permalink
Fix layout error in ArtistShow (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Oct 4, 2021
1 parent dbde0ff commit a631125
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/src/artist/ArtistShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a631125

Please sign in to comment.