diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-06 17:12:25 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-07 19:08:40 -0500 |
| commit | ae9f3889de763d7841ab0acc7d7589da5bb830ff (patch) | |
| tree | 29c2a69bf315b9ea180c0dba4f558b17fe05f519 /ui/lib/components/MessageInput.svelte | |
| parent | 93d204ae60fb340bb9c3dc047e375a48b98f713e (diff) | |
Sort out padding and wrapping for the chat input
Diffstat (limited to 'ui/lib/components/MessageInput.svelte')
| -rw-r--r-- | ui/lib/components/MessageInput.svelte | 2 |
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" |
