From 4041d70eb5462fe8fdd08040f68fcb0ccf67935e Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Fri, 30 Aug 2019 17:35:12 +0300 Subject: [PATCH] card.md remove empty `class` placeholder argument (#29345) --- site/content/docs/4.3/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 07236c476f..a3b64dc571 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -385,7 +385,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in <div class="card mb-3" style="max-width: 540px;"> <div class="row no-gutters"> <div class="col-md-4"> - {{< placeholder width="100%" height="250" class="" text="Image" >}} + {{< placeholder width="100%" height="250" text="Image" >}} </div> <div class="col-md-8"> <div class="card-body"> -- GitLab