Spaces:
Running
Running
feat(tools): add line clamp on baseUrl
Browse files
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 |
|