From 39803a33bc8f365b50524f9a586200d91bfebfcd Mon Sep 17 00:00:00 2001 From: Karhtikeyan Arul Date: Mon, 20 Apr 2026 08:56:42 -0400 Subject: [PATCH] 4168 - Fix for 'Dashboard and Board Editing in Firefox Isn't Working' --- src/app/(main)/boards/[boardId]/BoardEditBody.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(main)/boards/[boardId]/BoardEditBody.tsx b/src/app/(main)/boards/[boardId]/BoardEditBody.tsx index ad94800dd..e7fb5ee1b 100644 --- a/src/app/(main)/boards/[boardId]/BoardEditBody.tsx +++ b/src/app/(main)/boards/[boardId]/BoardEditBody.tsx @@ -110,8 +110,8 @@ export function BoardEditBody({ requiresBoardWebsite = true }: { requiresBoardWe const minHeight = (rows.length || 1) * MAX_ROW_HEIGHT + BUTTON_ROW_HEIGHT; return ( - - + + {rows.map((row, index) => (