Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-18 11:29:10 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-31 21:11:29 +0300
commit03fec36b44f495fd35e81dfd45400c9d512f8d00 (patch)
treea1bef11d1bac038ca0fbadb8f383883eec382dda /site/docs/4.4
parent138e8da4218f742fc9a2b084cffe60686373ef62 (diff)
Clarify card group behavior (#30416)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Diffstat (limited to 'site/docs/4.4')
-rw-r--r--site/docs/4.4/components/card.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.4/components/card.md b/site/docs/4.4/components/card.md
index cb1301b82b..8183961273 100644
--- a/site/docs/4.4/components/card.md
+++ b/site/docs/4.4/components/card.md
@@ -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">