Skip to content

Commit

Permalink
Add Dropdown Multiple min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
cause38 committed Jun 17, 2024
1 parent 730ebd8 commit bed59b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DropdownMultipleTrigger = forwardRef(
role={'button'}
onClick={onClickHandler}
className={clsx(
'flex w-full items-center justify-between gap-x-2 overflow-hidden rounded-xl border border-gray-03 p-3',
'flex min-h-[3.75rem] w-full items-center justify-between gap-x-2 overflow-hidden rounded-xl border border-gray-03 p-3',
isDisabled ? '!cursor-not-allowed bg-gray-09' : 'cursor-pointer',
className,
)}
Expand Down

0 comments on commit bed59b1

Please sign in to comment.