Skip to content

Commit

Permalink
add 3rd row for textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
chihebnabil committed Nov 7, 2024
1 parent 0f2ff6e commit d965f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/threads/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="flex gap-2">
<UTextarea v-model="inputMessage" placeholder="Type your message here..."
class="flex-grow min-w-0 bg-white dark:bg-gray-800 dark:text-gray-100 dark:placeholder-gray-400"
:rows="2" :auto-size="true" :max-rows="4">
:rows="3" :auto-size="true" :max-rows="4">
</UTextarea>
<div class="flex flex-col gap-2">
<UButton type="button" color="gray" icon="i-heroicons-paper-clip" class="flex-shrink-0"
Expand Down

0 comments on commit d965f8a

Please sign in to comment.