diff --git a/static/app/views/performance/http/spanSamplesTable.tsx b/static/app/views/performance/http/spanSamplesTable.tsx index c25ae059367679..aa8ba4865e0c73 100644 --- a/static/app/views/performance/http/spanSamplesTable.tsx +++ b/static/app/views/performance/http/spanSamplesTable.tsx @@ -39,12 +39,12 @@ const COLUMN_ORDER: Column[] = [ { key: SpanIndexedField.ID, name: t('Span ID'), - width: COL_WIDTH_UNDEFINED, + width: 150, }, { key: SpanIndexedField.RESPONSE_CODE, name: t('Status'), - width: COL_WIDTH_UNDEFINED, + width: 50, }, { key: SpanIndexedField.SPAN_DESCRIPTION,