From b0c8c295c721915ccba0543644c7a44b2c728192 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 3 Feb 2026 20:58:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20embla=20carousel=20bleed?= =?UTF-8?q?-off?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/PullList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index 0b38ba6..a62ab83 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -114,8 +114,8 @@ export const PullList = (): ReactElement => { {isSuccess && !isLoading && ( -
-
+
+
{map(pullList?.data.result, (issue, idx) => { return (