1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 01:24:19 +02:00

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

This commit is contained in:
XhmikosR
2019-08-30 17:35:12 +03:00
committed by GitHub
parent aa3b4c41a4
commit 4041d70eb5

View File

@@ -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="card mb-3" style="max-width: 540px;">
<div class="row no-gutters"> <div class="row no-gutters">
<div class="col-md-4"> <div class="col-md-4">
{{< placeholder width="100%" height="250" class="" text="Image" >}} {{< placeholder width="100%" height="250" text="Image" >}}
</div> </div>
<div class="col-md-8"> <div class="col-md-8">
<div class="card-body"> <div class="card-body">