Browse Source

fix: width

Carson 2 months ago
parent
commit
3dbe89729b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/run-agent-flow/components/ASide.tsx

+ 1 - 1
app/run-agent-flow/components/ASide.tsx

@@ -28,7 +28,7 @@ const ASide = () => {
   }, [asideInstantAtom])
 
   return (
-    <div className="shadow-xl rounded-box shrink-0 basis-[350px] p-2">
+    <div className="shadow-xl rounded-box shrink-0 basis-[550px] max-w-[40%] p-2">
       <Comp key={node?.id} node={node} asideInstantAtom={asideInstantAtom}></Comp>
     </div>
   )