From a8960d67ed80c3b4113a41fff09fd20eb14ee8a3 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Thu, 11 May 2023 00:39:33 +0200 Subject: [PATCH] Bug fix preview cards could overflow --- src/components/PreviewCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PreviewCard.tsx b/src/components/PreviewCard.tsx index 5aa6557..11c4242 100644 --- a/src/components/PreviewCard.tsx +++ b/src/components/PreviewCard.tsx @@ -204,7 +204,7 @@ export const PreviewCard = ({ )} {subtitle && } - {description && } + {description && } {bottomChips && bottomChips.length > 0 && (