Skip to content

Commit 0994f7b

Browse files
committed
xs text list img shrink 0
1 parent bbe88ab commit 0994f7b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/AlbumTextList.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ export const AlbumTextList = ({ releases, onAlbumClick, activeAlbum }: AlbumText
4343
>
4444
{/* thumb image */}
4545
<TableCell className="flex justify-center">
46-
<img src={thumb} alt={title} className="inline size-5 scale-150 rounded-xs" />
46+
<img
47+
src={thumb}
48+
alt={title}
49+
className="inline size-5 shrink-0 scale-150 rounded-xs"
50+
/>
4751
</TableCell>
4852

4953
{/* title */}

0 commit comments

Comments
 (0)