-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Text Overflow Issue in UI Component on Home Page (Mobile View) #1514
base: main
Are you sure you want to change the base?
Text Overflow Issue in UI Component on Home Page (Mobile View) #1514
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
@DhairyaMajmudar Review this pr. |
<a | ||
href='https://github.com/orgs/json-schema-org/discussions/35' | ||
className='text-center' | ||
> | ||
Open Community Working Meetings | ||
</a> | ||
</button> | ||
<button className='max-w-[200px] w-full text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white h-[40px] flex items-center justify-center mx-auto dark:border-none'> | ||
<a href='https://github.com/orgs/json-schema-org/discussions/34/'> | ||
<button className='w-full max-w-[385px] min-w-[252px] text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white h-[40px] flex items-center justify-center dark:border-none'> | ||
<a | ||
href='https://github.com/orgs/json-schema-org/discussions/34' | ||
className='text-center' | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yashwanth1906 Pls. change html anchor tags to NextJs Link component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DhairyaMajmudar There are lot of tags in the page can i change all of them or change that particular one?
Thanks
@DhairyaMajmudar There are lot of tags in the page can i change all of them or change that particular one? Thanks |
What kind of change does this PR introduce?
🛠 Bugfix: Ensures text properly fits within UI components on the Home Page (mobile view) without overflowing or misalignment.
Issue Number:
Closes #1483
Screenshots/videos:
If relevant, did you update the documentation?
N/A (No documentation changes required)
Summary
This PR fixes an issue where text inside UI components on the Home Page (mobile view) does not properly fit within its container, leading to overflow and readability issues. The changes ensure that:
✅ Containers adjust dynamically based on screen size.
✅ Text remains fully visible without getting truncated or misaligned.
✅ The UI maintains consistency across different screen sizes.
Does this PR introduce a breaking change?
No, this PR does not introduce any breaking changes.
Steps to Test:
Open the Home Page on a mobile device.
Verify that the text inside UI components fits properly without overflowing.
Ensure that the container adjusts dynamically based on different screen sizes.
🚀 Ready for review! Let me know if any further changes are required.