From fd67f1eb4dd1bb1ee0fb1d659e1a9e5ad99b1d40 Mon Sep 17 00:00:00 2001 From: MaxIsJoe <34368774+MaxIsJoe@users.noreply.github.com> Date: Sun, 31 May 2026 00:37:18 +0300 Subject: [PATCH 1/2] feat: add minimum height to installation cards --- src/components/molecules/installations/InstallationCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/installations/InstallationCard.tsx b/src/components/molecules/installations/InstallationCard.tsx index 88eeeff..f84441c 100644 --- a/src/components/molecules/installations/InstallationCard.tsx +++ b/src/components/molecules/installations/InstallationCard.tsx @@ -41,6 +41,7 @@ export default function InstallationCard(props: InstallationCardProps) { boxShadow: "sm", overflow: "hidden", padding: 2, + minHeight: 80, }}> Date: Sun, 31 May 2026 21:01:27 -0400 Subject: [PATCH 2/2] Update src/components/molecules/installations/InstallationCard.tsx --- src/components/molecules/installations/InstallationCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/installations/InstallationCard.tsx b/src/components/molecules/installations/InstallationCard.tsx index f84441c..d11f5f4 100644 --- a/src/components/molecules/installations/InstallationCard.tsx +++ b/src/components/molecules/installations/InstallationCard.tsx @@ -41,7 +41,7 @@ export default function InstallationCard(props: InstallationCardProps) { boxShadow: "sm", overflow: "hidden", padding: 2, - minHeight: 80, + flexShrink: 0, }}>