summaryrefslogtreecommitdiff
path: root/ui/lib/components
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-11-06 17:12:25 -0500
committerOwen Jacobson <owen@grimoire.ca>2024-11-07 19:08:40 -0500
commitae9f3889de763d7841ab0acc7d7589da5bb830ff (patch)
tree29c2a69bf315b9ea180c0dba4f558b17fe05f519 /ui/lib/components
parent93d204ae60fb340bb9c3dc047e375a48b98f713e (diff)
Sort out padding and wrapping for the chat input
Diffstat (limited to 'ui/lib/components')
-rw-r--r--ui/lib/components/MessageInput.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/MessageInput.svelte b/ui/lib/components/MessageInput.svelte
index c071bea..26521e1 100644
--- a/ui/lib/components/MessageInput.svelte
+++ b/ui/lib/components/MessageInput.svelte
@@ -31,7 +31,7 @@
bind:value
{disabled}
type="search"
- class="flex-auto h-6 input rounded-r-none"
+ class="flex-auto h-6 py-0 input rounded-r-none text-nowrap"
></textarea>
<button
color="primary variant-filled-secondary"