Commit 12df7622 authored by Heinrich Fenkart's avatar Heinrich Fenkart

Merge pull request #17025 from hebbet/v4-dev

fix broken link to flexbox
parents a5bed794 547e6e8a
......@@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col
## Groups
Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/layout/flexbox) can switch that to use `display: flex;` and provide the same effect.
Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect.
{% example html %}
<div class="card-group">
......
Markdown is supported
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