From fa4e621011273a86358bd5c01ba4d3269ce2d1b9 Mon Sep 17 00:00:00 2001 From: Tim Wilson Date: Fri, 17 Oct 2025 17:07:43 -0400 Subject: [PATCH] Truncate bounty submission URLs --- .../bounties/[bountyId]/bounty-submission-details-sheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/app.dub.co/(dashboard)/[slug]/(ee)/program/bounties/[bountyId]/bounty-submission-details-sheet.tsx b/apps/web/app/app.dub.co/(dashboard)/[slug]/(ee)/program/bounties/[bountyId]/bounty-submission-details-sheet.tsx index b00e622d18..dd38195a55 100644 --- a/apps/web/app/app.dub.co/(dashboard)/[slug]/(ee)/program/bounties/[bountyId]/bounty-submission-details-sheet.tsx +++ b/apps/web/app/app.dub.co/(dashboard)/[slug]/(ee)/program/bounties/[bountyId]/bounty-submission-details-sheet.tsx @@ -259,7 +259,7 @@ function BountySubmissionDetailsSheetContent({ href={url} target="_blank" rel="noopener noreferrer" - className="cursor-alias text-sm font-normal text-neutral-800 decoration-dotted underline-offset-2 hover:underline" + className="block cursor-alias truncate text-sm font-normal text-neutral-800 decoration-dotted underline-offset-2 hover:underline" > {url}