We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588919d commit 2d79c6cCopy full SHA for 2d79c6c
1 file changed
apps/frontend/src/modules/browse/components/SongCard.tsx
@@ -41,7 +41,7 @@ const SongDataDisplay = ({ song }: { song: SongPreviewDtoType | null }) => {
41
</div>
42
<div className='flex flex-row justify-between items-center gap-4 px-4'>
43
{/* Song author */}
44
- <p className='text-sm text-zinc-400 flex-1'>
+ <p className='text-sm text-zinc-400 flex-1 text-pretty leading-tight'>
45
{!song ? (
46
<Skeleton />
47
) : (
0 commit comments