nsarrazin HF Staff commited on
Commit
f21b13b
·
unverified ·
1 Parent(s): a540a9d

fix(tools): max size on input type

Browse files
Files changed (1) hide show
  1. src/routes/tools/ToolEdit.svelte +1 -1
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}