From 7e4ed93c970a83572a397d8004e7c9d2099e6163 Mon Sep 17 00:00:00 2001 From: Simon Emanuelsson Date: Thu, 26 Jun 2025 13:43:20 +0200 Subject: [PATCH] feat: add wrapping behavior to policy/cookie links in footer --- apps/scandic-web/components/Footer/Details/details.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/Footer/Details/details.module.css b/apps/scandic-web/components/Footer/Details/details.module.css index 8a8491bb3..e6d8699b0 100644 --- a/apps/scandic-web/components/Footer/Details/details.module.css +++ b/apps/scandic-web/components/Footer/Details/details.module.css @@ -35,6 +35,7 @@ .navigation { display: flex; + flex-wrap: wrap; gap: var(--Space-x1); }