Spaces:
Running
Running
fix(tools): max size on input type
Browse files
src/routes/tools/ToolEdit.svelte
CHANGED
@@ -361,7 +361,7 @@
|
|
361 |
<div class="inline w-full">
|
362 |
<span class="font-mono text-sm">{input.name}</span>
|
363 |
<span
|
364 |
-
class="inline-block rounded-lg bg-orange-50 p-1 text-sm text-orange-800"
|
365 |
>{parameter?.python_type.type}</span
|
366 |
>
|
367 |
{#if parameter?.description}
|
|
|
361 |
<div class="inline w-full">
|
362 |
<span class="font-mono text-sm">{input.name}</span>
|
363 |
<span
|
364 |
+
class="inline-block max-w-lg truncate rounded-lg bg-orange-50 p-1 text-sm text-orange-800"
|
365 |
>{parameter?.python_type.type}</span
|
366 |
>
|
367 |
{#if parameter?.description}
|