birdofpreyru / react-utils

ReactJS development kit.
https://dr.pogodin.studio/docs/react-utils/index.html
Other
3 stars 0 forks source link

`<Dropdown>`, and perhaps other input component, layouts are not pixel-perfect #312

Open birdofpreyru opened 8 months ago

birdofpreyru commented 8 months ago

It looks like in some contexts (e.g. inside docs demo) its arrow button still might be 1px smaller than its select element.

...in general, we should revisit why many input elements have calc(0.3em + 1px) in their paddings?