From aabfa120073020acf00f233e025e7b325db3ac18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 29 Jul 2025 06:11:33 +0000 Subject: [PATCH] Merged in fix/image-fallback-span-full-height (pull request #2571) fix: image fallback - span full height * fix: image fallback - span full height Approved-by: Hrishikesh Vaipurkar --- apps/scandic-web/components/ImageFallback/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/ImageFallback/index.tsx b/apps/scandic-web/components/ImageFallback/index.tsx index 16cb9d74f..6b38ce1f3 100644 --- a/apps/scandic-web/components/ImageFallback/index.tsx +++ b/apps/scandic-web/components/ImageFallback/index.tsx @@ -9,7 +9,7 @@ interface ImageFallbackProps { export default function ImageFallback({ width = "100%", - height = "200px", + height = "100%", }: ImageFallbackProps) { return (