-
Notifications
You must be signed in to change notification settings - Fork 17
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
UI Overflow on email smtp setup page title - Mobile view #13
Comments
Heeyyy!! |
Don't forget to fork the repository before starting. @PartishtaP Feel free to go ahead and take on the issue. Let me know if you need any help or clarification. Looking forward to your contributions! |
Heyy!! |
The SMTP page is located in Text(
title,
style: Responsive.isMobile(context) ? AppTextStyles.heading1BlackMobile : AppTextStyles.heading1Black,
), Make sure to import: import 'package:udayah/responsive.dart'; |
is this issue still open and if @PartishtaP not working on this anymore, can i work on this? |
Yes, This issue still open. Feel free to go ahead and take on the issue.
|
@thedevyash are you still working on this issue? |
I would like to work on this issue if its still open. |
is this still open?? I want to work on this. |
@thedevyash how's your progress on this? FYI, I'll need to un-assign you soon if I don't hear back |
@muzammildafedar please assign me this issue |
Description:
The above Instructions button is overlapping with the header text on the "Setup Your Email Using SMTP" page, causing a visual issue where the right side of the button extends beyond the intended area.
Steps to Reproduce:
Go to the Email Setup page.
Observe title overflow.
Expected Behavior:
The Instructions title should be properly aligned or flexible size and not overlap with any part of the header text.
Actual Behavior:
There is visible text showing a pixel overflow warning on the right side.
Suggested Fix:
Adjust the size of the title to ensure it is positioned correctly beneath the header text.
The text was updated successfully, but these errors were encountered: