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;