From bd85dd3b49a7964fc24eefa8df4d4e2045b5ac84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Thu, 20 Nov 2025 10:16:31 +0000 Subject: [PATCH] Merged in fix/consent-accordion-ui-fix (pull request #3188) fix(LOY-268): small UI fixes profiling consent accordion * fix(LOY-268): small UI fixes Approved-by: Emma Zettervall --- .../Accordion/profilingConsentAccordion.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/scandic-web/components/MyPages/ProfilingConsent/Accordion/profilingConsentAccordion.module.css b/apps/scandic-web/components/MyPages/ProfilingConsent/Accordion/profilingConsentAccordion.module.css index 1b4467c89..3a9683448 100644 --- a/apps/scandic-web/components/MyPages/ProfilingConsent/Accordion/profilingConsentAccordion.module.css +++ b/apps/scandic-web/components/MyPages/ProfilingConsent/Accordion/profilingConsentAccordion.module.css @@ -51,6 +51,7 @@ .column { display: grid; gap: var(--Space-x1); + height: fit-content; } .bullets { @@ -68,6 +69,7 @@ .learnMoreLink { display: flex; gap: var(--Space-x05); + justify-content: left; } @media (min-width: 768px) {