diff --git a/packages/ui/components/form/select/Select.tsx b/packages/ui/components/form/select/Select.tsx index d044817fde..bc8b629442 100644 --- a/packages/ui/components/form/select/Select.tsx +++ b/packages/ui/components/form/select/Select.tsx @@ -106,7 +106,7 @@ export const Select = < ), indicatorsContainer: (state) => cx( - "flex items-center justify-center mt-0.5", + "flex !items-start justify-center mt-0.5 h-full", state.selectProps.menuIsOpen ? hasMultiLastIcons ? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"