From 0370e7ffa4fcd7e3e1d2b20b1b502f890f7c6fa3 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Jun 2024 16:42:26 -0500 Subject: [PATCH] Don't contrain rt height --- src/components/FeedCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeedCard.tsx b/src/components/FeedCard.tsx index 0300a07781..8ec0401b31 100644 --- a/src/components/FeedCard.tsx +++ b/src/components/FeedCard.tsx @@ -120,7 +120,7 @@ export function Description({description}: {description?: string}) { /> ) : ( - + ) }