From ba451b5ce3bead11ac3478c9e40f9cc3d6dea32e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 17 Mar 2026 15:16:26 +0000 Subject: [PATCH] Fix mobile wrapping for earn bounty actions Co-authored-by: Kobe Attias --- components/Bounty/BountyInfo.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Bounty/BountyInfo.tsx b/components/Bounty/BountyInfo.tsx index aaff85a93..444a2de09 100644 --- a/components/Bounty/BountyInfo.tsx +++ b/components/Bounty/BountyInfo.tsx @@ -216,8 +216,8 @@ export const BountyInfo: FC = ({ onKeyDown={(e) => e.stopPropagation()} onClick={(e) => e.stopPropagation()} > -
-
+
+
{bountyLabel} @@ -236,7 +236,7 @@ export const BountyInfo: FC = ({ Deadline
- + {deadlineLabel}
@@ -251,7 +251,7 @@ export const BountyInfo: FC = ({ )}
-
+