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' }} + /> )} >