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 <noreply@paperclip.ing>
This commit is contained in:
parent
bba36ab4c0
commit
cebd62cbb7
1 changed files with 2 additions and 2 deletions
|
|
@ -1008,8 +1008,8 @@ export function NewIssueDialog() {
|
|||
</div>
|
||||
|
||||
{currentProjectSupportsExecutionWorkspace && (
|
||||
<div className="px-4 pb-2 shrink-0">
|
||||
<div className="flex items-center justify-between rounded-md border border-border px-3 py-2">
|
||||
<div className="px-4 py-3 shrink-0">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="space-y-0.5">
|
||||
<div className="text-xs font-medium">Use isolated issue checkout</div>
|
||||
<div className="text-[11px] text-muted-foreground">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue