From 4fb7fd665c27c9211205b18d8633eae891b8384e Mon Sep 17 00:00:00 2001 From: anu13297 Date: Tue, 14 Jan 2025 17:01:13 -0500 Subject: [PATCH] card simple with image - update width --- eds/blocks/cards/cards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eds/blocks/cards/cards.css b/eds/blocks/cards/cards.css index ab4a5b6b..af308ff6 100644 --- a/eds/blocks/cards/cards.css +++ b/eds/blocks/cards/cards.css @@ -178,7 +178,7 @@ img { block-size: 44px; - inline-size: 44px; + inline-size: auto; margin-block-end: var(--content-spacing); } }