From 4cafcb003bb10292d4999f2a621a497d9d7ba396 Mon Sep 17 00:00:00 2001 From: Calli Date: Mon, 3 Jul 2023 22:46:33 +0300 Subject: [PATCH] align no planet crads --- src/app/components/PlanetaryInteraction/NoPlanetCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index e0950aa..86e0146 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -5,8 +5,9 @@ const StackItem = styled(Stack)(({ theme }) => ({ margin: "0 !important", padding: 0, textAlign: "left", - justifyContent: "center", + justifyContent: "flex-start", alignItems: "center", + minHeight: "170px", })); export const NoPlanetCard = ({}: {}) => {