Merge pull request #15151 from awanlin/topic/ownership-box-same-size

Make ownership boxes all the same size
This commit is contained in:
Fredrik Adelöw
2022-12-13 22:39:24 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-org': patch
---
Made all the ownership boxes the same size
@@ -42,6 +42,7 @@ const useStyles = makeStyles((theme: BackstageTheme) =>
'&:hover': {
boxShadow: theme.shadows[4],
},
height: '100%',
},
bold: {
fontWeight: theme.typography.fontWeightBold,