From 0f91c759e9be4130cb1bbc0e2d87bd483e530670 Mon Sep 17 00:00:00 2001 From: Dhaneshwari Tendle <321dhaneshwari321dhaneshwari0035@dbit.in> Date: Sat, 19 Oct 2024 21:39:12 +0530 Subject: [PATCH] Revert "Bugfix/fix style selector in carousel component" This reverts commit 6bb7c0d19602806856f73f30a7b6d9b34d5f9326. --- CHANGELOG.md | 6 ------ libs/ui/src/lib/carousel/carousel.component.scss | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0c1cf71..63c6ac176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,6 @@ 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 diff --git a/libs/ui/src/lib/carousel/carousel.component.scss b/libs/ui/src/lib/carousel/carousel.component.scss index 05ab9ff93..546c92194 100644 --- a/libs/ui/src/lib/carousel/carousel.component.scss +++ b/libs/ui/src/lib/carousel/carousel.component.scss @@ -3,7 +3,7 @@ position: relative; ::ng-deep { - [gfCarouselItem] { + [gf-carousel-item] { flex-shrink: 0; width: 100%; }