From 47bb9cb7f30f59afdbc201d4838ae346283bac5f Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 9 May 2024 02:19:20 -0500 Subject: [PATCH] Reduce the spacing, add scrolling ability to ErrorCard --- src/components/common/ErrorCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/ErrorCard.tsx b/src/components/common/ErrorCard.tsx index 93322df..60381f4 100644 --- a/src/components/common/ErrorCard.tsx +++ b/src/components/common/ErrorCard.tsx @@ -16,15 +16,15 @@ const ErrorCard: FunctionComponent = ({ className, }) => { return ( -
+
-
+

{title}

{description != undefined ? ( -
{description}
+
{description}
) : null}
{issues != undefined ? (