fix: Card meta default width (#39026)

This commit is contained in:
justanotheranonymoususer 2022-11-27 16:14:21 +02:00 committed by GitHub
parent e4938e4b5f
commit 42a12e26f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ const genCardMetaStyle: GenerateStyle<CardToken> = (token): CSSObject => ({
'&-detail': {
overflow: 'hidden',
flex: 1,
'> div:not(:last-child)': {
marginBottom: token.marginXS,