Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-error-message-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieTeng89 authored Jun 21, 2024
2 parents ec16186 + 6de6bfe commit 913862f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
}

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

&__options {
Expand Down

0 comments on commit 913862f

Please sign in to comment.