From 5a9a4170e831ca6d130ddb86ac04ac5cb786558b Mon Sep 17 00:00:00 2001 From: Dotta Date: Tue, 17 Mar 2026 08:01:48 -0500 Subject: [PATCH] Remove box border from execution workspace toggle in issue properties panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same styling fix as NewIssueDialog — removes the rounded-md border from the workspace toggle in the issue detail view. Co-Authored-By: Paperclip --- ui/src/components/IssueProperties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/IssueProperties.tsx b/ui/src/components/IssueProperties.tsx index 4781aea5..1c15f451 100644 --- a/ui/src/components/IssueProperties.tsx +++ b/ui/src/components/IssueProperties.tsx @@ -545,7 +545,7 @@ export function IssueProperties({ issue, onUpdate, inline }: IssuePropertiesProp {currentProjectSupportsExecutionWorkspace && ( -
+
{usesIsolatedExecutionWorkspace ? "Isolated issue checkout" : "Project primary checkout"}