summaryrefslogtreecommitdiff
path: root/ui/lib/components/MessageInput.svelte
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
committerKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
commitcae917ee04c1b421107108d809f545cbf414cfae (patch)
tree0fe087c00b2caad7d316ee28fc9cf24eff7de836 /ui/lib/components/MessageInput.svelte
parentf31b4d8188ac7e38b6c42380649691c0e8e1e097 (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into wip/pwa
Diffstat (limited to 'ui/lib/components/MessageInput.svelte')
-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"