Skip to content

Commit ebfeadc

Browse files
authored
Merge branch 'main' into fix/7821-sm-block-cards-same-height-issue
2 parents f10faae + 7b4e3be commit ebfeadc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/styles/scss/components/carousel/_carousel.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,11 @@
183183
}
184184
}
185185
}
186+
187+
// AEM nav space for last carousel when hr is hidden
188+
body[data-fullwidthtemplate='true']
189+
.table-of-contents
190+
.carousel:last-of-type:not(:has(.#{$prefix}--grid > [horizontal-ruler]))
191+
#{$c4d-prefix}-carousel::part(navigation) {
192+
margin-block-end: $spacing-06;
193+
}

0 commit comments

Comments
 (0)