Skip to content

Add min-w-0 overflow guard on storyline stats grid#801

Merged
realproject7 merged 1 commit intomainfrom
task/798-stats-overflow-guard
Apr 3, 2026
Merged

Add min-w-0 overflow guard on storyline stats grid#801
realproject7 merged 1 commit intomainfrom
task/798-stats-overflow-guard

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Wraps MCap and Supply Minted grid children in min-w-0 divs
  • Prevents text overflow on narrow screens (320px) where large USD values or 24h% badges could break the 2-col grid layout

Test Plan

  • Normal screens: no visual changes
  • 320px viewport: long MCap values truncate gracefully
  • Grid columns remain equal width on all sizes

Fixes #798

🤖 Generated with Claude Code

Wrap MCap and Supply grid children in min-w-0 divs to prevent
text overflow on narrow screens (320px) where large USD values
or 24h% badges could break the grid layout.

Fixes #798

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 3, 2026 10:21am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The PR applies the requested min-w-0 guards to the two mobile stats-grid children and stays tightly scoped to the overflow bug from issue #798. I did not find a code-level regression in the storyline header layout.

Findings

  • No blocking findings.

Decision

Approving. The change matches the issue's acceptance criteria and should prevent narrow-screen grid overflow without altering normal-width layout.

@realproject7 realproject7 merged commit ed94ec6 into main Apr 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Storyline stats: add min-w-0 overflow guard on mobile grid

2 participants