From eb4ae9265a0d9fca83ae212a7c26c81108beafc7 Mon Sep 17 00:00:00 2001 From: Will C Date: Sun, 2 Aug 2026 08:08:53 -0400 Subject: [PATCH] fix(replays): widen select-all header --- static/app/components/tables/sortableHeaderCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app/components/tables/sortableHeaderCell.tsx b/static/app/components/tables/sortableHeaderCell.tsx index 49335745dc62..f019b1d93a47 100644 --- a/static/app/components/tables/sortableHeaderCell.tsx +++ b/static/app/components/tables/sortableHeaderCell.tsx @@ -57,6 +57,7 @@ export function SortableHeaderCell({ } const Label = styled('div')` + min-width: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;