From: XhmikosR Date: Wed, 18 Mar 2020 08:29:10 +0000 (+0200) Subject: Clarify card group behavior (#30416) X-Git-Tag: v5.0.0-alpha1~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cece839fc98caa12e73715a2351845580f74c51b;p=thirdparty%2Fbootstrap.git Clarify card group behavior (#30416) Co-authored-by: Mark Otto --- diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 5fd1fce459..4bb116f0f9 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -463,7 +463,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. {{< example >}}