We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bd90b commit d65c075Copy full SHA for d65c075
1 file changed
packages/ui/components/dropdown/Dropdown.tsx
@@ -171,7 +171,7 @@ export const DropdownItem = (props: DropdownItemProps) => {
171
)}>
172
<>
173
{CustomStartIcon || (StartIcon && <Icon name={StartIcon} className="mr-1 h-4 w-4" />)}
174
- <div className={classNames("w-fit text-sm font-medium leading-none", childrenClassName)}>
+ <div className={classNames("w-full text-left text-sm font-medium leading-none", childrenClassName)}>
175
{children}
176
</div>
177
{EndIcon && <Icon name={EndIcon} className="h-4 w-4" />}
0 commit comments