Files
multica/packages
Lambda 3506b1083f fix(editor): cap prose measure at 64ch
The issue-detail column is max-w-4xl minus px-8 = 832px, which at the 14px
prose body size is ~120 characters per line -- roughly double the 45-75 range
where the eye reliably finds the next line's start.

Scoped to text-bearing blocks: pre, table, images, .math-node and node views
keep the full column width, since a code block or diagram squeezed to reading
width is worse than a long line. Table cells are excluded by the direct-child
selector. 64ch lands near 72 Latin characters and ~36 Han characters, and only
binds on wide viewports -- narrower columns were already inside it.

Co-authored-by: multica-agent <github@multica.ai>
2026-07-29 14:45:45 +08:00
..