From cebd62cbb71f9288bcb277676a791050559b9a6b Mon Sep 17 00:00:00 2001 From: Dotta Date: Tue, 17 Mar 2026 07:54:36 -0500 Subject: [PATCH] Remove box border and add vertical margin to execution workspace toggle in new issue dialog Removes the rounded border around the execution workspace toggle section and increases top/bottom padding for better visual spacing. Co-Authored-By: Paperclip --- ui/src/components/NewIssueDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index 5a9ce792..211af56a 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -1008,8 +1008,8 @@ export function NewIssueDialog() { {currentProjectSupportsExecutionWorkspace && ( -
-
+
+
Use isolated issue checkout