Skip to content

Commit

Permalink
retry text area height (huggingface#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary149 authored Apr 30, 2024
1 parent 496d107 commit e441e69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/chat/ChatMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
}}
>
<textarea
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"
rows="5"
bind:this={editContentEl}
value={message.content.trim()}
on:keydown={handleKeyDown}
Expand Down

0 comments on commit e441e69

Please sign in to comment.