Browse Source

fix: reduce ModelParameters grid max-width from 640px to 420px

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
2cb010fdba
  1. 2
      src/components/nodes/ModelParameters.tsx

2
src/components/nodes/ModelParameters.tsx

@ -227,7 +227,7 @@ export function ModelParameters({
<div
ref={gridRef}
className={useGrid
? "grid grid-cols-[repeat(auto-fill,minmax(min(180px,100%),1fr))] max-w-[640px] mx-auto gap-x-6 gap-y-1.5"
? "grid grid-cols-[repeat(auto-fill,minmax(min(180px,100%),1fr))] max-w-[420px] gap-x-6 gap-y-1.5"
: "space-y-1.5 max-w-[280px]"
}
>

Loading…
Cancel
Save