From fc274926c57b4a2e44468c5884193fbbb782ffb9 Mon Sep 17 00:00:00 2001 From: RasmusKjeldgaard Date: Wed, 26 Feb 2025 11:10:14 +0100 Subject: [PATCH] Make default min-height explicit --- .../angular/image-banner/src/image-banner.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/extensions/angular/image-banner/src/image-banner.component.scss b/libs/extensions/angular/image-banner/src/image-banner.component.scss index c9f47b3907..0c6ddfeeb9 100644 --- a/libs/extensions/angular/image-banner/src/image-banner.component.scss +++ b/libs/extensions/angular/image-banner/src/image-banner.component.scss @@ -23,7 +23,7 @@ $container-query-breakpoint: 600px; :host { display: block; - height: max-content; + min-height: 180px; } :host(.none) { @@ -72,7 +72,6 @@ $container-query-breakpoint: 600px; kirby-card { container-name: banner; container-type: inline-size; - height: 100%; } .main-content-wrapper {