]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify card group behavior (#30416)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 18 Mar 2020 08:29:10 +0000 (10:29 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 31 Mar 2020 18:11:29 +0000 (21:11 +0300)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
site/docs/4.4/components/card.md

index cb1301b82b1ffb95878a00da86432872b9911b56..81839612736e001d7c3155dcb8fc33e95d9ead7d 100644 (file)
@@ -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">