Skip to content

Commit

Permalink
Update Probe.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Nov 8, 2024
1 parent 8a5daab commit 8d04068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/convert/app/components/Probe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Probe: React.FC<{

return (
<Card
className={`w-full lg:${probeDetails ? 'w-[800px]' : 'w-[350px]'} max-h-[700px] overflow-hidden`}
className={`w-full lg:${probeDetails ? 'w-[800px]' : 'w-[350px]'} overflow-hidden`}
>
<VideoThumbnail thumbnail={thumbnail} />
<CardHeader className="border-b-2 border-black">
Expand Down

0 comments on commit 8d04068

Please sign in to comment.