From fcc220210972b99b2d751e86a0cf32ca14e10bc8 Mon Sep 17 00:00:00 2001 From: Timothy Russo Date: Tue, 3 Oct 2023 17:14:43 +0200 Subject: [PATCH] feat: fix min width for contribution container --- src/app/ideation/components/ContributionCard.tsx | 2 +- src/app/ideation/components/VoteCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ideation/components/ContributionCard.tsx b/src/app/ideation/components/ContributionCard.tsx index 8030056e..ae58fcb2 100644 --- a/src/app/ideation/components/ContributionCard.tsx +++ b/src/app/ideation/components/ContributionCard.tsx @@ -12,7 +12,7 @@ interface ContributionCardProps { function ContributionCard({ own_idea, contributed_by, className }: ContributionCardProps) { return ( -
+

Contributed By

diff --git a/src/app/ideation/components/VoteCard.tsx b/src/app/ideation/components/VoteCard.tsx index f52ed9df..d50be806 100644 --- a/src/app/ideation/components/VoteCard.tsx +++ b/src/app/ideation/components/VoteCard.tsx @@ -8,7 +8,7 @@ interface VoteCardProps { function VoteCard({ users, voted, className }: VoteCardProps) { return ( -
+

{users.length}

{`Vote${