Skip to content

Commit 0e93745

Browse files
k-fishshashjar
authored andcommitted
fix(tracemetrics): Change aggregate table (#102139)
### Summary Small styling tweaks so it doesn't always expand to the max
1 parent 99048b9 commit 0e93745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/metrics/metricInfoTabs/aggregatesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function AggregatesTab({metricName}: AggregatesTabProps) {
6767

6868
const tableStyle = useMemo(() => {
6969
return {
70-
gridTemplateColumns: `repeat(${fields.length - 1}, min-content) 1fr`,
70+
gridTemplateColumns: `repeat(${fields.length}, min-content) 1fr`,
7171
};
7272
}, [fields]);
7373

0 commit comments

Comments
 (0)