Skip to content

Commit 785713a

Browse files
committed
feat: fix logs tab;e service name length
1 parent 02b9150 commit 785713a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/logs/logs-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function LogsTableContent({
130130
timeZone: effectiveTimezone,
131131
})}
132132
</span>
133-
<span className="shrink-0 text-muted-foreground/60 truncate max-w-[120px] hidden md:inline">
133+
<span className="shrink-0 text-muted-foreground/60 truncate w-[120px] hidden md:inline-block">
134134
{log.serviceName}
135135
</span>
136136
<span className="min-w-0 flex-1 truncate text-foreground">

0 commit comments

Comments
 (0)