Skip to content

Commit 267edec

Browse files
fix(dashboards): Fix prebuilt mcp overview dashboard layout (#109492)
small fix.
1 parent 75816d7 commit 267edec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

static/app/views/dashboards/utils/prebuiltConfigs/ai/mcpOverview.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ const FIRST_ROW_WIDGETS = spaceWidgetsEquallyOnRow(
7070
limit: 3,
7171
},
7272
],
73-
0
73+
0,
74+
{h: 3, minH: 3}
7475
);
7576

7677
const SECOND_ROW_WIDGETS = spaceWidgetsEquallyOnRow(
@@ -136,7 +137,7 @@ const SECOND_ROW_WIDGETS = spaceWidgetsEquallyOnRow(
136137
limit: 3,
137138
},
138139
],
139-
2,
140+
3,
140141
{h: 3, minH: 3}
141142
);
142143

@@ -176,7 +177,7 @@ const OVERVIEW_TABLE = {
176177
],
177178
layout: {
178179
x: 0,
179-
y: 5,
180+
y: 6,
180181
w: 6,
181182
h: 4,
182183
minH: 2,

0 commit comments

Comments
 (0)