From 1d3fe791c19aef78b4d14709f2824e1794a80a9c Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:33:40 -0600 Subject: [PATCH] Moved style to class Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .../org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx b/plugins/org/src/components/Cards/OwnershipCard/ComponentsGrid.tsx index 940103382c..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, @@ -75,7 +76,6 @@ const EntityCountTile = ({ display="flex" flexDirection="column" alignItems="center" - style={{ height: '100%' }} > {counter}