We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2e621 commit 1b24189Copy full SHA for 1b24189
src/lib/components/chat/ChatMessage.svelte
@@ -344,7 +344,8 @@
344
}}
345
>
346
<textarea
347
- class="w-full whitespace-break-spaces break-words rounded-lg bg-gray-100 px-5 py-3.5 text-gray-500 *:h-max dark:bg-gray-800 dark:text-gray-400"
+ class="w-full whitespace-break-spaces break-words rounded-xl bg-gray-100 px-5 py-3.5 text-gray-500 *:h-max dark:bg-gray-800 dark:text-gray-400"
348
+ rows="5"
349
bind:this={editContentEl}
350
value={message.content.trim()}
351
on:keydown={handleKeyDown}
0 commit comments