Skip to content

Commit fbaccc8

Browse files
fix: prevent dropdown arrow from centering when Select height increases (#22877)
Co-authored-by: Kartik Saini <[email protected]>
1 parent 750db38 commit fbaccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/components/form/select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const Select = <
106106
),
107107
indicatorsContainer: (state) =>
108108
cx(
109-
"flex items-center justify-center mt-0.5",
109+
"flex !items-start justify-center mt-0.5 h-full",
110110
state.selectProps.menuIsOpen
111111
? hasMultiLastIcons
112112
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"

0 commit comments

Comments
 (0)