Skip to content

Commit

Permalink
videoplayer.tsx: lineheight: normal -> inherit, better spacing look
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterkim committed Aug 11, 2024
1 parent 95f111b commit 40490d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/components/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const useStyles = makeStyles({
paddingRight: 20,
textAlign: 'center',
whiteSpace: 'normal',
lineHeight: 'normal',
lineHeight: 'inherit',
},
});

Expand Down

0 comments on commit 40490d5

Please sign in to comment.