Skip to content

Fix/username overflow mobile only#2185

Open
Bhavy12-cell wants to merge 2 commits into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:fix/username-overflow-mobile-only
Open

Fix/username overflow mobile only#2185
Bhavy12-cell wants to merge 2 commits into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:fix/username-overflow-mobile-only

Conversation

@Bhavy12-cell
Copy link
Copy Markdown
Contributor

Closes #1762

Fixed username text overflow in Dashboard header on mobile viewports.

Changes:

  • Added truncate + max-w-[120px] sm:max-w-[200px] to username span
  • Added min-w-0 max-w-full to greeting badge container
  • Long names now truncate with ellipsis instead of overflowing
  • No visual regression on desktop viewports

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 7, 2026

@Bhavy12-cell is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix labels Jun 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@Bhavy12-cell
Copy link
Copy Markdown
Contributor Author

Hi @Priyanshu-byte-coder!

Split into two separate PRs as requested:

  • Overflow fix only: [link to new PR]
  • AI Project Tutor: will open separately

Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Username text overflows its container in the Dashboard header on mobile viewport

1 participant