From 2775a5652bbe39e81e58bede0dec3f509e31bf72 Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 11:27:41 -0500 Subject: [PATCH] Relax sub-issue dialog banner layout --- ui/src/components/NewIssueDialog.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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}