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); }