diff --git a/src/app/boards/[...id]/page.tsx b/src/app/boards/[...id]/page.tsx index 51a5b4ba..2b2488a9 100644 --- a/src/app/boards/[...id]/page.tsx +++ b/src/app/boards/[...id]/page.tsx @@ -193,7 +193,7 @@ export default function BoardPage() { ref={provided.innerRef} {...provided.draggableProps} {...provided.dragHandleProps} - className="mr-5 min-w-[17rem] max-w-[17rem] rounded-md border border-dark-400 bg-dark-200 px-2 py-2" + className="mr-5 h-fit min-w-[18rem] max-w-[18rem] rounded-md border border-dark-400 bg-dark-200 py-2 pl-2 pr-1" >
@@ -214,7 +214,7 @@ export default function BoardPage() {