Commit 03fec36b authored by XhmikosR's avatar XhmikosR
Browse files

Clarify card group behavior (#30416)


Co-authored-by: default avatarMark Otto <markd.otto@gmail.com>
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 1 addition and 1 deletion
+1 -1
......@@ -479,7 +479,7 @@ In addition to styling the content within cards, Bootstrap includes a few option
### Card groups
Use card groups to render cards as a single, attached element with equal width and height columns. Card groups use `display: flex;` to achieve their uniform sizing.
Use card groups to render cards as a single, attached element with equal width and height columns. Card groups start off stacked and use `display: flex;` to become attached with uniform dimensions starting at the `sm` breakpoint.
{% capture example %}
<div class="card-group">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment