From cdcc3969bc6c923385ada9ddc5511571a71ff30f Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Sun, 12 Jul 2026 13:46:44 -0700 Subject: [PATCH] fix(builder): ColumnLayout.toHtml derives column widths from split (D2b) toHtml emitted only the wrapper's flex/gap style and passed childrenHtml through untouched, so a non-default split percentage never showed up in the export -- each column's width silently reverted to whatever was baked into its own inline style at node-creation time. toHtml has no direct handle on individual children to rewrite their styles (it only receives the already-concatenated childrenHtml string), so emit a scoped \n
${childrenHtml}
`, }; };