fix(frontend): Truncate path on the run page (#3208)

This commit is contained in:
Faton Ramadani
2024-02-13 15:51:48 +01:00
committed by GitHub
parent 54ad67e84a
commit 3d0e5c8e57
@@ -118,8 +118,8 @@
{#if job === undefined}
No job found
{:else}
<div class="flex flex-row gap-1">
<div class="whitespace-nowrap text-xs font-semibold">
<div class="flex flex-row gap-1 min-w-0">
<div class="whitespace-nowrap text-xs font-semibold truncate">
{#if job.script_path}
<div class="flex flex-row gap-1 items-center">
<a href="/run/{job.id}?workspace={job.workspace_id}" class="truncate w-30">