We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750db38 commit fbaccc8Copy full SHA for fbaccc8
packages/ui/components/form/select/Select.tsx
@@ -106,7 +106,7 @@ export const Select = <
106
),
107
indicatorsContainer: (state) =>
108
cx(
109
- "flex items-center justify-center mt-0.5",
+ "flex !items-start justify-center mt-0.5 h-full",
110
state.selectProps.menuIsOpen
111
? hasMultiLastIcons
112
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"
0 commit comments