mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
fixes #21509: remove reference to .card-deck-wrapper
This commit is contained in:
@@ -565,7 +565,7 @@ When using card groups with footers, their content will automatically line up.
|
|||||||
|
|
||||||
### Card decks
|
### Card decks
|
||||||
|
|
||||||
Need a set of equal width and height cards that aren't attached to one another? Use card decks. By default, card decks require two wrapping elements: `.card-deck-wrapper` and a `.card-deck`. We use table styles for the sizing and the gutters on `.card-deck`. The `.card-deck-wrapper` is used to negative margin out the `border-spacing` on the `.card-deck`.
|
Need a set of equal width and height cards that aren't attached to one another? Use card decks.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<div class="card-deck">
|
<div class="card-deck">
|
||||||
|
Reference in New Issue
Block a user