Unverified Commit 4041d70e authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

card.md remove empty `class` placeholder argument (#29345)

parent aa3b4c41
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment