From 7ff6fd465ae1c4a3a6b71077868d36f82f5b3f70 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Wed, 4 Jun 2025 10:16:32 +0200 Subject: [PATCH] fix: make links inline flex so not to take up an entire row --- .../components/TempDesignSystem/Link/link.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css index 234d2d4be..f15008005 100644 --- a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css @@ -1,7 +1,7 @@ .link { text-decoration: none; align-items: center; - display: flex; + display: inline-flex; gap: var(--Space-x05); }