2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Variable card height (#29462)

This commit is contained in:
Martijn Cuppens
2019-10-03 09:21:40 +02:00
committed by GitHub
parent f6a1e2fc89
commit 03c9788f7a
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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">