fix: member list item custom menu placement (#4729)
This commit is contained in:
parent
8b6a48f05c
commit
15918f2d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export const WorkspaceMembersListItem: FC<Props> = observer((props) => {
|
|||
</span>
|
||||
</Link>
|
||||
)}
|
||||
<div className="w-full truncate flex items-center justify-between">
|
||||
<div className="w-full flex items-center justify-between">
|
||||
<div className="truncate">
|
||||
<Link href={`/${workspaceSlug}/profile/${memberDetails.member.id}`} className="truncate">
|
||||
<div className="w-full truncate">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue