We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b9150 commit 785713aCopy full SHA for 785713a
1 file changed
apps/web/src/components/logs/logs-table.tsx
@@ -130,7 +130,7 @@ function LogsTableContent({
130
timeZone: effectiveTimezone,
131
})}
132
</span>
133
- <span className="shrink-0 text-muted-foreground/60 truncate max-w-[120px] hidden md:inline">
+ <span className="shrink-0 text-muted-foreground/60 truncate w-[120px] hidden md:inline-block">
134
{log.serviceName}
135
136
<span className="min-w-0 flex-1 truncate text-foreground">
0 commit comments