Skip to content

Commit 4b6dd18

Browse files
committed
fix(logs): stabilize Perf column width with min-w-[140px]
1 parent df2f637 commit 4b6dd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/frontend/src/pages/Logs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ export const Logs = () => {
781781
>
782782
{renderSortableHeader('Cost', 'costTotal')}
783783
</th>
784-
<th className="px-2 py-1.5 text-center border-b border-border-glass border-r border-r-border-glass bg-bg-hover font-semibold text-text-secondary text-[11px] uppercase tracking-wider whitespace-nowrap">
784+
<th className="px-2 py-1.5 text-center border-b border-border-glass border-r border-r-border-glass bg-bg-hover font-semibold text-text-secondary text-[11px] uppercase tracking-wider whitespace-nowrap min-w-[140px]">
785785
{renderSortableHeader('Perf', 'durationMs')}
786786
</th>
787787
<th className="px-2 py-1.5 text-center border-b border-border-glass border-r border-r-border-glass bg-bg-hover font-semibold text-text-secondary text-[11px] uppercase tracking-wider whitespace-nowrap">

0 commit comments

Comments
 (0)