necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

`progress` and `[type="range"]` Odd Vertical Alignment #904

Open revolutionnaire opened 1 year ago

revolutionnaire commented 1 year ago

The progress bar and range input seem out of place with the rest of the form elements. It could be thevertical-align: baseline; of the root element. Maybe it should be vertical-align: middle;?

pragyamishra56 commented 10 months ago

@revolutionnaire If it would be possible then can you assign me to this issue I want to resolve this would be my first contribution

revolutionnaire commented 10 months ago

How do I do that? The options on the menu on the right only has "Reference in new issue"

pragyamishra56 commented 10 months ago

@revolutionnaire could you provide me a screenshot of the issue so that I can resolve it?

revolutionnaire commented 10 months ago

I think this is it: https://we.tl/t-f17KqwrwyS

garrettw commented 10 months ago

@pragyamishra56 no one but the repo maintainers can actually assign anyone to an issue. As I mentioned before, all you can do on your own is fork the repo and submit a PR.