argoproj / argo-ui

Argoproj shared React components
Apache License 2.0
220 stars 178 forks source link

fix(select): right align arrow #563

Closed tczhao closed 2 months ago

tczhao commented 2 months ago

https://github.com/argoproj/argo-ui/pull/178 had position: absolute; in all the test but not in the commit 🤯

Fixes https://github.com/argoproj/argo-ui/pull/178

agilgur5 commented 2 months ago

oh poop, that was my mistake, I apparently accidentally removed it when I added the comment 😬 . Thanks for catching that and fixing it!