]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ui: Fix spacing in tool-call request (#25634)
authorBill Sideris <redacted>
Tue, 14 Jul 2026 15:23:11 +0000 (18:23 +0300)
committerGitHub <redacted>
Tue, 14 Jul 2026 15:23:11 +0000 (17:23 +0200)
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionCard/ChatMessageActionCardPermissionRequest.svelte

index 4337bb6a1e782a52a09146c9af36dec0196c0066..7f25c4549b785ab288245322549ba3f8299fb856 100644 (file)
@@ -21,7 +21,7 @@
 <ChatMessageActionCard icon={ShieldQuestion}>
        {#snippet message()}
                Allow use of <span class="font-semibold">{toolName}</span>{#if serverLabel}
-                       from <span class="font-semibold">{serverLabel}</span>{/if}?
+                       &nbsp;from <span class="font-semibold">{serverLabel}</span>{/if}?
        {/snippet}
 
        {#snippet actions()}