From 3084ee280764c36156327405ac8fa7660e93a78c Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Thu, 9 Nov 2023 09:37:21 +0300 Subject: [PATCH] fix: fix issue where the card content would overflow Closes #1421 --- src/components/TopologyCard/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopologyCard/index.tsx b/src/components/TopologyCard/index.tsx index f77434eda..f4d535ce9 100644 --- a/src/components/TopologyCard/index.tsx +++ b/src/components/TopologyCard/index.tsx @@ -207,7 +207,7 @@ export function TopologyCard({ <> {Boolean(properties.length) && ( ))} )}