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 padding on input of type range #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yakkomajuri
Copy link

Closes #40

Leaves all inputs with the same padding except for those with type == range, which will now have no padding as expected.

Not only is the issue in #40 a problem, but also that the min on the range will never be at the left-most border, nor will the max value be at the right-most border, which I'd argue is expected behavior.

@vercel
Copy link

vercel bot commented Mar 7, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/x-z/new-css/HqSg2vnhTivswWx7aY7aefBz1p1y
✅ Preview: https://new-css-git-fork-yakkomajuri-patch-1-x-z.vercel.app

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.

Padding issues for <input type="range"
1 participant