From 4b43a6c3a43e393e7c5491434609c72161c947f1 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Tue, 10 Jun 2025 11:26:26 +0200 Subject: [PATCH] fix: make sidebar links flex to fill entire width --- .../scandic-web/components/TempDesignSystem/Link/link.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css index f15008005..66c1d86e2 100644 --- a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css @@ -112,6 +112,7 @@ } .sidebar { + display: flex; border-radius: var(--Corner-radius-md); gap: var(--Space-x1); padding: var(--Space-x1);