mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
card.md remove empty class placeholder argument (#29345)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user