diff options
| author | Martijn Cuppens <[email protected]> | 2019-10-03 09:21:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-03 09:21:40 +0200 |
| commit | 03c9788f7a0293beef328c004b124f4433c3c64d (patch) | |
| tree | a0ff43603def84a779d54c426d9cb1d924a9f1c0 /site/content/docs | |
| parent | f6a1e2fc8990f2c8975b0f27fc14027a6f7e9fae (diff) | |
| download | bootstrap-03c9788f7a0293beef328c004b124f4433c3c64d.tar.xz bootstrap-03c9788f7a0293beef328c004b124f4433c3c64d.zip | |
Variable card height (#29462)
Diffstat (limited to 'site/content/docs')
| -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 6296c2eeb..94abe9185 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -689,7 +689,7 @@ Change it to `.row-cols-3` and you'll see the fourth card wrap. </div> {{< /example >}} -When you need equal height, add `.h-100` to the cards. +When you need equal height, add `.h-100` to the cards. If you want equal heights by default, you can set `$card-height: 100%` in Sass. {{< example >}} <div class="row row-cols-1 row-cols-md-3"> |
