webui: remove nested scrollbar from chat template in model info dialog

This commit is contained in:
Pascal 2026-03-15 18:57:47 +01:00
parent eb5c80776a
commit 7d5c10c083
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
<Table.Cell class="align-middle font-medium">Chat Template</Table.Cell>
<Table.Cell class="py-10">
<div class="max-h-120 overflow-y-auto rounded-md bg-muted p-4">
<div class="rounded-md bg-muted p-4">
<pre
class="font-mono text-xs whitespace-pre-wrap">{serverProps.chat_template}</pre>
</div>