-
setApiKey(keyInput.trim())}
- placeholder="Paste your OpenRouteService key..."
- class="flex-1 bg-white rounded-lg border border-gray-200 px-3 py-1.5 text-sm text-dark placeholder:text-light outline-none focus:border-coral/30 max-w-md"
- />
- {#if apiKey.value}
-
Active
- {:else}
-
Get a free key
- {/if}
+
+
setApiKey(keyInput.trim())}
+ placeholder="Paste your OpenRouteService key..."
+ class="flex-1 bg-white rounded-lg border border-gray-200 px-3 py-1.5 text-sm text-dark placeholder:text-light outline-none focus:border-coral/30 min-w-0"
+ />
+ {#if apiKey.value}
+
Active
+ {:else}
+
Get a free key
+ {/if}
+