Merge pull request #3735 from adamdmharvey/ownership-table-wrap
plugin-org: Wrap Entity Counter widgets on Ownership Card
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Wrap entity cards on smaller screens
|
||||
@@ -179,7 +179,7 @@ export const OwnershipCard = ({
|
||||
<InfoCard title="Ownership" variant={variant}>
|
||||
<Grid container>
|
||||
{componentsWithCounters?.map(c => (
|
||||
<Grid item xs={12} md={6} lg={4} key={c.name}>
|
||||
<Grid item xs={6} md={6} lg={4} key={c.name}>
|
||||
<EntityCountTile
|
||||
counter={c.counter}
|
||||
className={c.className}
|
||||
|
||||
Reference in New Issue
Block a user