Skip to content

Commit 1b24189

Browse files
authored
retry text area height (#1091)
1 parent 3d2e621 commit 1b24189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/chat/ChatMessage.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@
344344
}}
345345
>
346346
<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"
347+
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"
348349
bind:this={editContentEl}
349350
value={message.content.trim()}
350351
on:keydown={handleKeyDown}

0 commit comments

Comments
 (0)