No enough padding on Continue button style
See original GitHub issueDescribe the bug
Continue has not enough padding when reading size changed to Extra Large
To Reproduce Steps to reproduce the behavior:
- Go to ‘Navigation menu’ -> Select Option
- Click on ‘Reading text size’ -> Select Extra Large
- Open any lesson
- Scroll down to click on Continue
Expected behavior Continue button should have good padding from both ends.
Demonstration If applicable, add screenshots or videos to help explain your problem.
Environment
- Device/emulator being used: Pixel 4 XL
- Android or SDK version: API Level 27
- App version: 1.0
Issue Analytics
- State:
- Created a year ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Styling The Good Ol' Button Element - Ahmad Shadeed
Don't Forget Padding. It might be tempting to not add horizontal padding for the button since it has a width and there is...
Read more >Padding inside a button element not removable - Stack Overflow
In the fiddle, the button is not high enough for the text. But that is easily fixed by adding line-height:0 to the CSS....
Read more >Overriding Default Button Styles | CSS-Tricks
Just by setting the font-size, we lose all those defaults, but it's got a new default look, one with a border and square...
Read more >2007/2010/2013/2016 Outlook button padding #416 - GitHub
The problem with buttons is that padding does not work in Outlook for p , a , and div elements. A quick fix...
Read more >How to Apply CSS Padding Around Your Website's Elements
Buttons are usually the element used for calls-to-action, so padding them appropriately makes them stand out just enough for a user to click....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Chandra-Sekhar-Bala Yes adding padding is a better way to solve this. Basically follow these guidelines:
sp
for textsize and dp for everything else.These guidelines should be sufficient to solve this issue.
Hey @BenHenning Yes, I have checked it is on the latest version. Steps are mentioned to reproduce the bug, you can verify.