mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
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>