Files
multica/packages/views/issues
Jiayuan Zhang 8c39b98625 fix(issues): tighten the mobile issue-detail gutters to 12px (MUL-5787) (#6465)
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>
2026-08-06 12:54:13 +08:00
..