From b8e885651c198e1ddf97a6bc5fc2813cfaffcdcb Mon Sep 17 00:00:00 2001 From: Sigma Date: Thu, 12 Mar 2026 05:03:42 +0000 Subject: [PATCH] feat: add tooltip to long PR titles Closes #95 Signed-off-by: Sigma --- src/components/RepositoryContributionsCard.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/RepositoryContributionsCard.tsx b/src/components/RepositoryContributionsCard.tsx index 24e5180..58e46cb 100644 --- a/src/components/RepositoryContributionsCard.tsx +++ b/src/components/RepositoryContributionsCard.tsx @@ -58,14 +58,18 @@ export const RepositoryContributionsCard = ({ key={id} className="flex items-center justify-between gap-2" > - - {title} - + + {title} + +