Skip to content

Commit af21a11

Browse files
tfhartmannCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c99bab commit af21a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const overviewContent = (
173173
</Grid>
174174
<EntitySwitch>
175175
<EntitySwitch.Case if={isPagerDutyAvailable}>
176-
<Grid item md={6}>
176+
<Grid item md={6} xs={12}>
177177
<EntityPagerDutySmallCard />
178178
</Grid>
179179
</EntitySwitch.Case>

0 commit comments

Comments
 (0)