From 3acec55c0ecd9ed6c0d1afac8302187283176cc8 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 3 Feb 2026 15:01:10 -0500 Subject: [PATCH] feature/IO-3545-Production-Board-List-DND - Checkpoint --- .../production-list-table.resizeable.component.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/components/production-list-table/production-list-table.resizeable.component.jsx b/client/src/components/production-list-table/production-list-table.resizeable.component.jsx index 65e4d790e..568fc1396 100644 --- a/client/src/components/production-list-table/production-list-table.resizeable.component.jsx +++ b/client/src/components/production-list-table/production-list-table.resizeable.component.jsx @@ -19,7 +19,12 @@ const ResizableComponent = forwardRef((props, ref) => { draggableOpts={{ enableUserSelectHack: false }} resizeHandles={["e"]} handle={(axis, handleRef) => ( - + e.stopPropagation()} + style={{ width: '10px', right: '-5px', cursor: 'col-resize' }} + /> )} >