fix: prevent dropdown arrow from centering when Select height increases (#22877)
Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user