diff --git a/src/components/nodes/ControlPanel.tsx b/src/components/nodes/ControlPanel.tsx index 9457e857..67c680d7 100644 --- a/src/components/nodes/ControlPanel.tsx +++ b/src/components/nodes/ControlPanel.tsx @@ -884,10 +884,10 @@ function EaseCurveControls({ node }: { node: Node }) { style={{ top: presetsButtonRef.current?.getBoundingClientRect().bottom || 0, right: window.innerWidth - (presetsButtonRef.current?.getBoundingClientRect().left || 0), - width: 240, + width: 280, }} > -
+
{presetThumbnails.map(({ name, polyline }) => (