From 0dba5c6450aad26becb8f4ef537ab303f6d73779 Mon Sep 17 00:00:00 2001 From: Dustin Healy Date: Sat, 6 Sep 2025 12:38:26 -0700 Subject: [PATCH] fix: paperclip was getting larger as title got longer --- client/src/components/Prompts/Groups/ListCard.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/client/src/components/Prompts/Groups/ListCard.tsx b/client/src/components/Prompts/Groups/ListCard.tsx index 70643b3bd9..a3fd8774d6 100644 --- a/client/src/components/Prompts/Groups/ListCard.tsx +++ b/client/src/components/Prompts/Groups/ListCard.tsx @@ -46,14 +46,7 @@ export default function ListCard({ > {name} - {/* Sometimes the paperclip renders a bit smaller in some entries compared to others, need to find cause before i mark ready for review */} - {hasFiles && ( - - )} + {hasFiles && }
{children}