From 64d81c6edee34b4a2a7d8d6a22bdc2880b635ae6 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Fri, 23 Jan 2026 06:30:04 +0000 Subject: [PATCH] fix(BOOK-749): Added align-content: start; to avoid stretching content when the main content is smaller than the sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Matilda Landström --- .../components/ContentType/ContentPage/contentPage.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/ContentType/ContentPage/contentPage.module.css b/apps/scandic-web/components/ContentType/ContentPage/contentPage.module.css index 8410ee3d0..7983b1740 100644 --- a/apps/scandic-web/components/ContentType/ContentPage/contentPage.module.css +++ b/apps/scandic-web/components/ContentType/ContentPage/contentPage.module.css @@ -48,6 +48,7 @@ grid-area: main; display: grid; gap: var(--Space-x6); + align-content: start; } @media (min-width: 1367px) {