Problem
PR #793 made MCap + Supply inline on mobile via grid-cols-2. On very narrow screens (320px), a large USD value combined with the 24h% badge could overflow its grid cell since there is no min-w-0 or overflow-hidden on the grid children.
Solution
Add min-w-0 to the two grid children inside the grid-cols-2 div to prevent text overflow.
Acceptance Criteria
Branch
task/<issue>-stats-overflow-guard
Problem
PR #793 made MCap + Supply inline on mobile via
grid-cols-2. On very narrow screens (320px), a large USD value combined with the 24h% badge could overflow its grid cell since there is nomin-w-0oroverflow-hiddenon the grid children.Solution
Add
min-w-0to the two grid children inside thegrid-cols-2div to prevent text overflow.Acceptance Criteria
min-w-0classBranch
task/<issue>-stats-overflow-guard