Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const RelationIssueListItem = observer(function RelationIssueListItem(pro
issueServiceType={issueServiceType}
/>
</div>
<div className="flex-shrink-0 text-13">
<div className="pl-2 flex-shrink-0 text-13">
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The padding-left (pl-2) has been added to this menu container. Consider whether the similar CustomMenu in SubIssuesListItem (apps/web/core/components/issues/issue-detail-widgets/sub-issues/issues-list/list-item.tsx line 185) should also have this padding for consistency. The SubIssuesListItem has an identical layout structure with properties followed by the CustomMenu, but lacks this pl-2 class.

Copilot uses AI. Check for mistakes.
<CustomMenu placement="bottom-end" ellipsis>
{!disabled && (
<CustomMenu.MenuItem onClick={handleEditIssue}>
Expand Down
Loading