fix: assignee dropdown, sign in button, and onboarding flicker fix (#1242)
This commit is contained in:
parent
3d5fcbd4ce
commit
78c1a64690
3 changed files with 116 additions and 112 deletions
|
|
@ -126,7 +126,7 @@ export const ViewAssigneeSelect: React.FC<Props> = ({
|
|||
position={position}
|
||||
disabled={isNotAllowed}
|
||||
selfPositioned={selfPositioned}
|
||||
dropdownWidth="w-full min-w-[8rem]"
|
||||
dropdownWidth="w-full min-w-[12rem]"
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue