From 05b0d06c7caba771082836625759272fa6e8e7b8 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Tue, 5 Nov 2024 15:40:53 +0100 Subject: [PATCH] fix(SW-439): set imageWrapper to full width --- components/TempDesignSystem/Card/card.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/TempDesignSystem/Card/card.module.css b/components/TempDesignSystem/Card/card.module.css index 8d0acdebe..f158696a8 100644 --- a/components/TempDesignSystem/Card/card.module.css +++ b/components/TempDesignSystem/Card/card.module.css @@ -15,6 +15,7 @@ .imageWrapper { display: flex; + width: 100%; } .imageWrapper::after {