Skip to content

Commit

Permalink
fix prof select (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawoj authored Mar 21, 2023
1 parent ea81210 commit e6667aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/shared/components/src/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Select = ({
return (
<Listbox value={selectedKey} onChange={onSelection}>
{({open}) => (
<div className="min-w-fit relative">
<div className="min-w-fit">
<Listbox.Button
className={cx(
width !== undefined ? `w-${width}` : '',
Expand Down

0 comments on commit e6667aa

Please sign in to comment.