da2cc711d49de634dc1b5ef917a7263307bfddf1
BUG E/F: the Vendor and Client wizard step cards overflowed — horizontal scrollbar, clipped fields, a huge empty grey left region. The step-card lays the step timeline in a vertical left sidebar (grow-0, self-stretch), but vendor-timeline/client-timeline rendered the HORIZONTAL `timeline` component, which forced the shrink-to-fit sidebar to ~full card width and pushed the body off-screen. - vendor-timeline / client-timeline: use timeline/vertical-timeline + vertical-timeline-step (the components already existed) instead of the horizontal pair. - vendors.clj: step bodies w-[600px] h-[350px] -> w-full h-[350px] so the body fills the width left of the now-narrow vertical timeline. Verified live (agent-browser): Vendor 760x520, Client 820x560, vertical timeline, no horizontal overflow, Info->Terms navigation + validation re-render lay out correctly. Both files pass lein cljfmt check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
Languages
Clojure
90.9%
CSS
4.2%
Sass
2.3%
HTML
1.3%
HCL
0.4%
Other
0.7%