From c3108a17f4ca5d063c4fc2f03b938d1dae2545d5 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 17 May 2024 12:58:15 -0400 Subject: [PATCH] Checkpoint Signed-off-by: Dave Richer --- .../production-board-kanban.component.jsx | 2 +- .../src/components/trello-board/controllers/Lane.jsx | 2 +- client/src/components/trello-board/styles/Base.js | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/client/src/components/production-board-kanban/production-board-kanban.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.component.jsx index e048c6562..3d43c2286 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.component.jsx @@ -54,7 +54,7 @@ export function ProductionBoardKanbanComponent({ const [isMoving, setIsMoving] = useState(false); - const [orientation, setOrientation] = useState("vertical"); + const [orientation, setOrientation] = useState("horizontal"); const { t } = useTranslation(); diff --git a/client/src/components/trello-board/controllers/Lane.jsx b/client/src/components/trello-board/controllers/Lane.jsx index ef39b9721..2dbb118d9 100644 --- a/client/src/components/trello-board/controllers/Lane.jsx +++ b/client/src/components/trello-board/controllers/Lane.jsx @@ -192,7 +192,7 @@ class Lane extends Component { return (