Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Updated newsletter input field style to ensure long email addres… #3323

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akshay0611
Copy link
Contributor

🛠️ Fixes Issue

Fixes: #3322

👨‍💻 Description

What does this PR do?

This pull request improves the usability of the newsletter input field in the "Subscribe Our Newsletter" section on the sitemap.html page. The previous implementation had a fixed-width input field that prevented users from entering long email addresses. This issue has been addressed by updating the input field style to be consistent with other pages, allowing for longer email addresses.

  • The input field width has been adjusted to allow users to enter longer email addresses.
  • This change ensures consistency in design across the site.
  • No new dependencies are introduced.

📄 Type of Change

  • [✅] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

📷 Screenshots/GIFs (if any)

Include before-and-after screenshots or GIFs to demonstrate your changes.

Before the change:
Screenshot 2024-11-20 at 8 48 48 PM

After the change:
Screenshot 2024-11-20 at 8 50 06 PM

✅ Checklist

  • [] I am a participant of GSSoC-ext.
  • [✅] I have followed the contribution guidelines of this project.
  • [✅] I have made this change on my own.
  • [] I have taken help from some online resources.
  • [✅] My code follows the style guidelines of this project.
  • [✅] I have performed a self-review of my own code.
  • [] I have added documentation to explain my changes.

Mandatory Tasks

  • [✅] Make sure you have self-reviewed the code. A decent-sized PR without a self-review might be rejected.

🤝 GSSoC Participation

  • [] This PR is submitted under the GSSoC program.
  • [] I have taken prior approval for this feature/fix.

…ses fit and maintain consistent appearance with other pages
Copy link

Thank you for submitting your chaotic pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

vercel bot commented Nov 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
finveda ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 3:29pm

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.

[style]: Improve Newsletter Input Field for Better Usability
1 participant