Files
multica/packages
Lambda e1bc092ee2 fix(issues): widen the reading measure to max-w-2xl (MUL-5450)
576px was calibrated against the 45-75 character range quoted for book
typography. That is the wrong target for this surface: the issue-detail
column carries sub-issue tables, comment threads and a composer, so sizing
it like an article column starves the non-prose UI and makes the app read
like a blog post.

Size for CJK instead, which is what actually binds here — full-width glyphs
are comfortable to about 45 per line, and 672px is the widest column that
keeps both the description (43) and comment bodies (38) under that.

  description   608px of text   ~90 Latin / ~43 CJK
  comment body  536px of text   ~80 Latin / ~38 CJK

That is roughly where Linear sits, and still a large improvement on the
original 832px = ~122 Latin / ~59 CJK. Skeleton column updated to match.

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