diff --git a/src/components/Link/Link-v2.module.css b/src/components/Link/Link-v2.module.css index 1502470d5..4ad33a9b9 100644 --- a/src/components/Link/Link-v2.module.css +++ b/src/components/Link/Link-v2.module.css @@ -34,7 +34,8 @@ * Contexts */ .link--context-standalone { - display: block; + display: inline-flex; + align-items: center; &.link--emphasis-default { color: var(--eds-theme-color-text-utility-default-primary);