Skip to content

fix: truncate username overflow in dashboard header on mobile (#1762)#2196

Open
Bhavy12-cell wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:main
Open

fix: truncate username overflow in dashboard header on mobile (#1762)#2196
Bhavy12-cell wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Bhavy12-cell:main

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

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

github-actions Bot commented Jun 8, 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

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