Skip to content

Commit

Permalink
fix(card): siblings card links in RTL (#33154)
Browse files Browse the repository at this point in the history
Fixes a bug mentionned in [#32330](#32330 (comment)).

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
ffoodd and XhmikosR committed Feb 22, 2021
1 parent 7305662 commit 489e7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_card.scss
Expand Up @@ -69,7 +69,7 @@
}

+ .card-link {
margin-left: $card-spacer-x #{"/* rtl:ignore */"};
margin-left: $card-spacer-x;
}
}

Expand Down

0 comments on commit 489e7b6

Please sign in to comment.