diff --git a/.changeset/eighty-melons-walk.md b/.changeset/eighty-melons-walk.md new file mode 100644 index 0000000000..bf9ee2d78f --- /dev/null +++ b/.changeset/eighty-melons-walk.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-org': patch +--- + +Made all the ownership boxes the same size diff --git a/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx b/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx index f996342454..567c7ad3bc 100644 --- a/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx +++ b/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx @@ -42,6 +42,7 @@ const useStyles = makeStyles((theme: BackstageTheme) => '&:hover': { boxShadow: theme.shadows[4], }, + height: '100%', }, bold: { fontWeight: theme.typography.fontWeightBold,