mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 10:59:06 +02:00
PR #6415 took the issue-detail content column from `px-8` to `px-4` below `md`. On the phone it still reads as a wider margin than the column needs: 16px on a 393px screen is 8% of the width spent on nothing, and the column is a reading surface whose longest lines — code, identifiers, pasted URLs — are the first thing to wrap. 12px. Both gutter sites move together. The skeleton exists to hold the column's shape while the issue loads, so a gutter that lands on only one of them reflows the column sideways at the moment real content mounts — the exact thing #6415 matched them to prevent. That match was a comment; it is now a test, since a follow-up touching one site is how it breaks. Vertical padding is unchanged, and nothing above `md` moves. Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>