Skip to content

Commit

Permalink
fix(Link): align icons in flexed standalone container (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Jun 7, 2024
1 parent 5a8cb70 commit 3a6a20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Link/Link-v2.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a6a20d

Please sign in to comment.