Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit a3b7f1a

Browse files
authored
Make prompt box use sans font and overflow-y (#263)
1 parent eb9f757 commit a3b7f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/(sidebarLayout)/view/[modelId]/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
>Your Prompt</span
5353
>
5454
<span class="sr-only">: </span>
55-
<span class="block">"{data.prompt.trim()}"</span>
55+
<pre
56+
class="font-sans block whitespace-pre-wrap max-h-[3.5lh] overflow-y-auto">{data.prompt.trim()}
57+
</pre>
5658
</h1>
5759
{#if data.outputs}
5860
<div class="grid grid-rows-2 justify-stretch self-stretch items-stretch">

0 commit comments

Comments
 (0)