From a8f1d26f5141bf717f3e870d6aa2a15586dad9c6 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Tue, 21 Nov 2023 13:03:57 +0100 Subject: [PATCH] truncate project summary in round page cards and show mouse pointer on cart icon (#2659) --- .../grant-explorer/src/features/round/ViewRoundPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grant-explorer/src/features/round/ViewRoundPage.tsx b/packages/grant-explorer/src/features/round/ViewRoundPage.tsx index ee02fa3c7e..11c84f5a20 100644 --- a/packages/grant-explorer/src/features/round/ViewRoundPage.tsx +++ b/packages/grant-explorer/src/features/round/ViewRoundPage.tsx @@ -456,7 +456,7 @@ function ProjectCard(props: { > {truncateDescription( renderToPlainText(project.projectMetadata.description), - 180 + 100 )} @@ -522,7 +522,7 @@ export function CartButtonToggle(props: { if (props.isAlreadyInCart) { return (
@@ -532,7 +532,7 @@ export function CartButtonToggle(props: { } return (
{