diff --git a/CHANGELOG.md b/CHANGELOG.md index d5cbe0cf14..aba5b7d4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ For a list of issues targeted for the next release, see the [23Q1][] milestone. - Dropped `$primary-light`. - Dropped `color-diff()`. +- **[Adaptation of shortcode 'cardpane'][1376]. renamed CSS class `td-card-deck` + to `td-card-group`. + **Other changes**: - Non-breaking changes that result from the Bootstrap v5 upgrade: diff --git a/assets/scss/shortcodes/cards-pane.scss b/assets/scss/shortcodes/cards-pane.scss index f1a66f7759..686ba673ab 100644 --- a/assets/scss/shortcodes/cards-pane.scss +++ b/assets/scss/shortcodes/cards-pane.scss @@ -1,4 +1,4 @@ -.td-card-deck.card-deck { +.td-card-group.card-group { @extend .td-max-width-on-larger-screens; } @@ -8,6 +8,7 @@ .highlight { border: none; + margin: 0; } } diff --git a/layouts/shortcodes/card-code.html b/layouts/shortcodes/card-code.html index a7c5465d83..0e1b668e05 100644 --- a/layouts/shortcodes/card-code.html +++ b/layouts/shortcodes/card-code.html @@ -1,4 +1,4 @@ -