Skip to content

Commit 236ab57

Browse files
authored
ui: Fix spacing in tool-call request (ggml-org#25634)
1 parent dfba90d commit 236ab57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionCard/ChatMessageActionCardPermissionRequest.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ChatMessageActionCard icon={ShieldQuestion}>
2222
{#snippet message()}
2323
Allow use of <span class="font-semibold">{toolName}</span>{#if serverLabel}
24-
from <span class="font-semibold">{serverLabel}</span>{/if}?
24+
&nbsp;from <span class="font-semibold">{serverLabel}</span>{/if}?
2525
{/snippet}
2626

2727
{#snippet actions()}

0 commit comments

Comments
 (0)