fix: prevent username text overflow in Dashboard header on mobile (#1762)#1866
fix: prevent username text overflow in Dashboard header on mobile (#1762)#1866Akshita-2307 wants to merge 1 commit into
Conversation
|
Someone 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. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
This PR has merge conflicts with git fetch origin
git rebase origin/main
# resolve conflicts, then:
git push --force-with-lease |
|
This PR has merge conflicts with git fetch origin
git rebase origin/main |
|
Hi! This PR has merge conflicts with the git fetch upstream
git rebase upstream/main
# resolve any conflicts
git push --force-with-leaseIf you're no longer working on this, let us know and we can close it. Thanks! |
|
This PR has merge conflicts with the main branch. Please rebase your branch on latest main and resolve the conflicts so it can be reviewed and merged. |
Closes #1762
Problem
Username text overflows its container in the Dashboard header on mobile viewport, causing layout breakage.
Changes