From d645fffd87ec3ceb21ebe626bb7bd143c83e47b4 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Sun, 14 Sep 2025 07:53:19 +0200 Subject: [PATCH] style: adjust KanbanBoard layout - Changed the flex gap from `gap-6` to `gap-4` for a tighter layout. - Updated the container class to `w-full` for better responsiveness. - No functional changes, purely a visual enhancement. --- components/kanban/Board.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kanban/Board.tsx b/components/kanban/Board.tsx index 36f046e..56c559f 100644 --- a/components/kanban/Board.tsx +++ b/components/kanban/Board.tsx @@ -56,7 +56,7 @@ export function KanbanBoard({ tasks }: KanbanBoardProps) { ]; return ( -
+
{columns.map((column) => (