diff --git a/ui/src/components/utils/Input.svelte b/ui/src/components/utils/Input.svelte index 8c0f2cc..1bac8b6 100644 --- a/ui/src/components/utils/Input.svelte +++ b/ui/src/components/utils/Input.svelte @@ -40,6 +40,7 @@ input { flex-grow: 1; + min-width: 0; color: var(--foreground); background: transparent;