diff --git a/src/components/select/select.scss b/src/components/select/select.scss index 8c83d03f..82617377 100644 --- a/src/components/select/select.scss +++ b/src/components/select/select.scss @@ -25,8 +25,9 @@ &__value-arrow { position: absolute; - top: 8px; + top: 50%; right: 0; + transform: translateY(-50%); } &__options {