From 075dd7159251bbedc3fb5cff93310eddf56a925c Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Thu, 27 Aug 2026 08:11:17 +0200 Subject: [PATCH] ui: scroll wide chat template in model information dialog Long unbreakable Jinja tokens blew out the table and dialog width; the block now scrolls horizontally instead of stretching. Assisted-by: pi --- .../lib/components/app/dialogs/DialogModelInformation.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ui/src/lib/components/app/dialogs/DialogModelInformation.svelte b/tools/ui/src/lib/components/app/dialogs/DialogModelInformation.svelte index c962e7613a..a22f6d975f 100644 --- a/tools/ui/src/lib/components/app/dialogs/DialogModelInformation.svelte +++ b/tools/ui/src/lib/components/app/dialogs/DialogModelInformation.svelte @@ -254,9 +254,9 @@ Chat Template -
+
{serverProps.chat_template}
+ class="font-mono text-xs whitespace-pre">{serverProps.chat_template}