Skip to content

Commit 3403ed9

Browse files
authored
fix(insights): add min width to insights backend widgets (#92326)
Adds a min height to the backend widgets so they appear correctly when no issues are found. The height matches the issues widget height Before <img width="1220" alt="image" src="https://github.com/user-attachments/assets/c0b94dd2-30a8-49ce-9bf2-ee87fed537bf" /> After <img width="1207" alt="image" src="https://github.com/user-attachments/assets/4447a170-23ce-48f6-a0a4-33df51c9de7f" />
1 parent 94fe7ff commit 3403ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/insights/pages/backend/backendOverviewPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ const StackedWidgetWrapper = styled('div')`
301301
flex-direction: column;
302302
gap: ${space(2)};
303303
height: 100%;
304+
min-height: 502px;
304305
`;
305306

306307
const TripleRowWidgetWrapper = styled('div')`

0 commit comments

Comments
 (0)