diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index f402af27..1863d494 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -1145,12 +1145,16 @@ export function NewIssueDialog() { {isSubIssueMode ? (
-
- - Sub-issue of - {parentIssueLabel} +
+
+ + Sub-issue of + {parentIssueLabel} +
{newIssueDefaults.parentTitle ? ( - ยท {newIssueDefaults.parentTitle} +
+ {newIssueDefaults.parentTitle} +
) : null}