From 5d7eed1c02b0966289cc8cca00a15d76dad187a5 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 9 Sep 2026 19:37:29 +0200 Subject: [PATCH] fix: space the trailing AI settings cards (#11044) Claude-Session: https://claude.ai/code/session_014GHiwAKGrsaPVAXDJVxhDq Co-authored-by: Claude Opus 5 (1M context) --- .../workspaceSettings/AISettings.svelte | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/frontend/src/lib/components/workspaceSettings/AISettings.svelte b/frontend/src/lib/components/workspaceSettings/AISettings.svelte index 65187d98c8..ae9d2640b0 100644 --- a/frontend/src/lib/components/workspaceSettings/AISettings.svelte +++ b/frontend/src/lib/components/workspaceSettings/AISettings.svelte @@ -614,6 +614,39 @@ {/if} + + {#if promptScope === 'workspace'} + + + {/if} + + + {#if showWorkspaceOverrideEditor} + + {/if} + + {#if promptScope === 'workspace'} + + { + copilotDisabled = e.detail + }} + options={{ right: 'Hide AI sessions in this workspace' }} + /> + + {/if} -{#if promptScope === 'workspace'} - - -{/if} - - -{#if showWorkspaceOverrideEditor} - -{/if} - -{#if promptScope === 'workspace'} - - { - copilotDisabled = e.detail - }} - options={{ right: 'Hide AI sessions in this workspace' }} - /> - -{/if} -