Skip to content

Commit

Permalink
fix: member list item custom menu placement (#4729)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored and sriramveeraghanta committed Jun 10, 2024
1 parent f0e1c58 commit cce7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/workspace/settings/members-list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit cce7bf2

Please sign in to comment.