]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(card): siblings card links in RTL (#33154)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Mon, 22 Feb 2021 06:49:38 +0000 (07:49 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 06:49:38 +0000 (08:49 +0200)
Fixes a bug mentionned in [#32330](https://github.com/twbs/bootstrap/issues/32330#issuecomment-782001326).

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_card.scss

index 4b2eebf135cd90eb43edec4a032d4b9638cc70ce..e3314219f6413db9d32b68185422532aa1bcd974 100644 (file)
@@ -69,7 +69,7 @@
   }
 
   + .card-link {
-    margin-left: $card-spacer-x #{"/* rtl:ignore */"};
+    margin-left: $card-spacer-x;
   }
 }