From 42a12e26f421a1934fe3e36d30aaa36515384b83 Mon Sep 17 00:00:00 2001 From: justanotheranonymoususer Date: Sun, 27 Nov 2022 16:14:21 +0200 Subject: [PATCH] fix: Card meta default width (#39026) --- components/card/style/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/card/style/index.tsx b/components/card/style/index.tsx index 4d6ce28b0e..a5b8bd2f25 100644 --- a/components/card/style/index.tsx +++ b/components/card/style/index.tsx @@ -174,6 +174,7 @@ const genCardMetaStyle: GenerateStyle = (token): CSSObject => ({ '&-detail': { overflow: 'hidden', + flex: 1, '> div:not(:last-child)': { marginBottom: token.marginXS,