From 46045b4a9b21b0a55ea8867ad7f3dc17e1c6cfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 3 Jun 2021 08:08:29 +0200 Subject: [PATCH] img in horizontal card (#34160) * docs(cards): img in horizontal card Closes #34145 Simply adds `img-fluid` and `rounded-start` classes to horizontal card example to ensure copy-pasting from the docs matches the expectation. * Update site/content/docs/5.0/components/card.md Co-authored-by: Mark Otto --- site/content/docs/5.0/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/card.md b/site/content/docs/5.0/components/card.md index 48f54f0c2f..97bcf77d51 100644 --- a/site/content/docs/5.0/components/card.md +++ b/site/content/docs/5.0/components/card.md @@ -398,7 +398,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in
- {{< placeholder width="100%" height="250" text="Image" >}} + {{< placeholder width="100%" height="250" text="Image" class="img-fluid rounded-start" >}}