Browse Source
Bugfix/fix style selector in carousel component (#3948)
* Fix style selector
* Update changelog
pull/3947/head
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/carousel/carousel.component.scss
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed an issue in the carousel component for the testimonial section on the landing page |
|
|
|
|
|
|
|
## 2.116.0 - 2024-10-17 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
position: relative; |
|
|
|
|
|
|
|
::ng-deep { |
|
|
|
[gf-carousel-item] { |
|
|
|
[gfCarouselItem] { |
|
|
|
flex-shrink: 0; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|