Skip to content

Commit

Permalink
Fix clipped text in TracksTable name column (#8265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Apr 29, 2024
1 parent ca8133d commit 2b5f89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/tracks-table/TracksTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const TracksTable = ({
textVariant='title'
size='s'
strength='weak'
css={{ display: 'block' }}
css={{ display: 'block', 'line-height': '125%' }}
ellipses
>
{track.name}
Expand Down

0 comments on commit 2b5f89c

Please sign in to comment.