Skip to content

Commit 0bd4feb

Browse files
committed
fix(ui): simplify layout of overview content in EntityPage
1 parent 026e634 commit 0bd4feb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

backstage/packages/app/src/components/catalog/EntityPage.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ const overviewContent = (
177177
</Grid>
178178
</EntitySwitch.Case>
179179
</EntitySwitch>
180-
<Grid container spacing={3}>
181-
<Grid item md={6} xs={12}>
182-
<EntityGithubPullRequestsOverviewCard />
183-
</Grid>
180+
<Grid item md={6} xs={12}>
181+
<EntityGithubPullRequestsOverviewCard />
184182
</Grid>
185183
</Grid>
186184
);

0 commit comments

Comments
 (0)