Skip to content

Commit

Permalink
Add bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 5, 2024
1 parent 602ff64 commit 1705927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/User/ChatUserInput.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-row pb-2 mb-2">
<div class="flex flex-row pb-8">
<textarea
ref="promptInput"
class="p-4 rounded-l-xl border border-base-border w-full resize-none focus:outline-none"
Expand Down

0 comments on commit 1705927

Please sign in to comment.