Skip to content

Commit

Permalink
fix(styles): link with icon needs inline-flex (#4800)
Browse files Browse the repository at this point in the history
* fix(styles): link needs inline-flex [ci visual]

* chore: commiting this to re-trigger the netlify [ci visual]

---------

Co-authored-by: g-cheishvili <[email protected]>
  • Loading branch information
mikerodonnell89 and g-cheishvili authored Sep 7, 2023
1 parent 6c4d34e commit 7bd0243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $block: #{$fd-namespace}-link;
color: var(--sapLinkColor);
line-height: 1;

@include fd-flex-center();
@include fd-inline-flex-center();

&:first-child {
@include fd-set-margin-right(var(--fdLink_Icon_Spacing, 0));
Expand Down

0 comments on commit 7bd0243

Please sign in to comment.