Skip to content

[BUGFIX] Fix text bleed issue on Sign In page, closes #1183#1201

Open
Man1ac-1773 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Man1ac-1773:bugfix/signin-text-bleed
Open

[BUGFIX] Fix text bleed issue on Sign In page, closes #1183#1201
Man1ac-1773 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Man1ac-1773:bugfix/signin-text-bleed

Conversation

@Man1ac-1773
Copy link
Copy Markdown

Summary

Fixes the issue of "WELCOME BACK." text bleeding outside edges on the Sign In page.
Changes the font size and line spacing so that it fits inside the box cleanly.

Closes #1183

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / code cleanup

Changes Made

  • Adjusted font size in /src/app/auth/signin/page.tsx.
  • Adjusted lineHeight variable for better look in same file.

How to Test

Visit the sign-in page.

Screenshots

image

Checklist

  • Linked issue in summary
  • npm run lint passes locally
  • No TypeScript errors (npm run type-check)
  • Self-reviewed the diff
  • Added/updated tests if applicable

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

@Man1ac-1773 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.

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has a merge conflict with main (overlaps with recently merged sign-in page changes). Please rebase your branch and resolve conflicts so we can merge it.

@Man1ac-1773 Man1ac-1773 force-pushed the bugfix/signin-text-bleed branch from 49aa9ee to a9de918 Compare May 27, 2026 10:59
@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:security GSSoC type bonus: security (+20 pts) labels May 27, 2026
@Man1ac-1773
Copy link
Copy Markdown
Author

@Priyanshu-byte-coder Rebased. Conflicts currently resolved. Please review

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

Labels

gssoc26 GSSoC 2026 contribution type:security GSSoC type bonus: security (+20 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Sign in page has poorly formatted text, bleeding from edges

2 participants