-
Notifications
You must be signed in to change notification settings - Fork 528
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
No enough padding on Continue button style #4504
Comments
@Chandra-Sekhar-Bala have you checked whether this issue repros on the latest develop? Given the recent work on this exact issue, I'd expect this to not be an issue anymore. |
Hey @BenHenning Yes, I have checked it is on the latest version. Steps are mentioned to reproduce the bug, you can verify. |
Hey @BenHenning taking a look |
@BenHenning @Ryggs let me give my view on this, |
@Chandra-Sekhar-Bala The padding attribute is global as we are using a wrap_content and got rid of setting a max_width, hence the button behavior |
Hi @BenHenning Just checked this out and this was the fix accepted by C/O @rt4914 . What would be the workaround here? The text fits overlay when in text size LARGE on phone. |
So do you prefer adding padding attribute to the style? |
I've added padding attribute which tends to solve this one I guess
Looking forward to know your opinion about this @Ryggs @BenHenning ! |
I haven't been as involved with the nature of this particular issue or the different solutions considered. @rt4914 since you have more context, could you share your thoughts on the ongoing discussion here? |
@Chandra-Sekhar-Bala Yes adding padding is a better way to solve this. Basically follow these guidelines:
These guidelines should be sufficient to solve this issue. |
@rt4914 Got it, thanks. I will make a PR :-) |
Describe the bug
Continue has not enough padding when reading size changed to
Extra Large
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Continue button should have good padding from both ends.
Demonstration
If applicable, add screenshots or videos to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: