You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): stack receipt ledger rows on mobile so values stop clipping
The repro-ledger row used a fixed 28/200/1fr/auto grid wrapped in an
overflow:hidden container, so on phone widths the value column collapsed
and the tag column slipped under the clip. Add a <=720px template that
puts key+tag on one line and value+script path on the next, with the
seal spanning both rows, plus a phone-tier squeeze at <=600px.
0 commit comments