Skip to content

Commit

Permalink
fixed height
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Oct 11, 2024
1 parent cdd6908 commit 1adbc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ui-next/src/components/Thumbnail/Thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Thumbnail = ({
</div>
</div>
<div className="flex h-[52px] w-[128px] flex-col">
<div className="text-[12px] text-white">{description}</div>
<div className="min-h-[18px] text-[12px] text-white">{description}</div>
<div className="flex h-[12px] items-center gap-[7px] overflow-hidden">
<div className="text-muted-foreground text-[12px]"> S:{seriesNumber}</div>
<div className="text-muted-foreground text-[12px]">
Expand Down

0 comments on commit 1adbc24

Please sign in to comment.