nsarrazin HF Staff commited on
Commit
a29a950
·
unverified ·
1 Parent(s): ebe5cbc

feat(tools): add line clamp on baseUrl

Browse files
Files changed (1) hide show
  1. src/routes/tools/+page.svelte +1 -1
src/routes/tools/+page.svelte CHANGED
@@ -244,7 +244,7 @@
244
  >
245
  {/if}
246
  </span>
247
- <span class="font-mono text-xs text-gray-400">
248
  {tool.baseUrl ?? "Internal tool"}
249
  </span>
250
 
 
244
  >
245
  {/if}
246
  </span>
247
+ <span class="line-clamp-1 font-mono text-xs text-gray-400">
248
  {tool.baseUrl ?? "Internal tool"}
249
  </span>
250