We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99048b9 commit 0e93745Copy full SHA for 0e93745
static/app/views/explore/metrics/metricInfoTabs/aggregatesTab.tsx
@@ -67,7 +67,7 @@ export function AggregatesTab({metricName}: AggregatesTabProps) {
67
68
const tableStyle = useMemo(() => {
69
return {
70
- gridTemplateColumns: `repeat(${fields.length - 1}, min-content) 1fr`,
+ gridTemplateColumns: `repeat(${fields.length}, min-content) 1fr`,
71
};
72
}, [fields]);
73
0 commit comments