diff options
| author | XhmikosR <[email protected]> | 2019-08-30 17:35:12 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-30 17:35:12 +0300 |
| commit | 4041d70eb5462fe8fdd08040f68fcb0ccf67935e (patch) | |
| tree | b171ee6e42b023cd0dcf668359dbcb57190de1ca /site | |
| parent | aa3b4c41a4d98e054b0e18c0193efcce0db39d71 (diff) | |
| download | bootstrap-4041d70eb5462fe8fdd08040f68fcb0ccf67935e.tar.xz bootstrap-4041d70eb5462fe8fdd08040f68fcb0ccf67935e.zip | |
card.md remove empty `class` placeholder argument (#29345)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/4.3/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 07236c476..a3b64dc57 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"> |
