From 870a86350327d99a74c5c90a39237c28cf202958 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 29 Aug 2024 19:48:48 +0300 Subject: [PATCH] docs: fix overflowing card description hidden (#8871) --- .../docs-ui/src/components/Card/Layout/Default/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/packages/docs-ui/src/components/Card/Layout/Default/index.tsx b/www/packages/docs-ui/src/components/Card/Layout/Default/index.tsx index 0268668f99..64019230e4 100644 --- a/www/packages/docs-ui/src/components/Card/Layout/Default/index.tsx +++ b/www/packages/docs-ui/src/components/Card/Layout/Default/index.tsx @@ -49,7 +49,9 @@ export const CardDefaultLayout = ({ icon={image} /> )} -
+
{title && (
{title}