fix(card): siblings card links in RTL (#33154)

Fixes a bug mentionned in [#32330](https://github.com/twbs/bootstrap/issues/32330#issuecomment-782001326).

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Gaël Poupard 2021-02-22 07:49:38 +01:00 committed by GitHub
parent 730566221f
commit 489e7b6798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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