Files
rust_browser/investigations/wiki-home-twistdroach-com
Zachary D. Rowitsch 077426b4a0 Fix flex row container not expanding to contain auto-height children (F-001)
Line cross sizes were calculated before children layout using placeholder
estimates (20px), but never recalculated after items expanded. Added a
post-layout recalculation pass (Step 9b) that updates stretched_line_cross_sizes
from actual item dimensions before the container height is set in Step 10.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:13:00 -04:00
..