Skip to content

Commit

Permalink
fix(select): right align arrow (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Tianchu Zhao <[email protected]>
  • Loading branch information
tczhao authored Jun 11, 2024
1 parent 00a8b57 commit 6de6bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

&__value-arrow {
// right most, vertically centered
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
Expand Down

0 comments on commit 6de6bfe

Please sign in to comment.