From 9c4d2f4e0a8d5afa158274f45b5cc994b79c1af1 Mon Sep 17 00:00:00 2001 From: "Malin J." Date: Mon, 16 Dec 2024 10:56:04 +0100 Subject: [PATCH] remove hidden #2610 --- web/core/Carousel/Carousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/Carousel/Carousel.tsx b/web/core/Carousel/Carousel.tsx index 1b8aee973..93614ef3f 100644 --- a/web/core/Carousel/Carousel.tsx +++ b/web/core/Carousel/Carousel.tsx @@ -358,7 +358,7 @@ export const Carousel = forwardRef(function Carousel variant === 'image' && displayMode === 'single' ? 'w-[var(--image-carousel-card-w-sm)] md:w-[var(--image-carousel-card-w-md)] lg:w-[var(--image-carousel-card-w-lg)] mx-auto col-start-1 col-end-1 row-start-2 row-end-2' : '' - } pb-2 ${items.length === 3 ? 'lg:hidden' : ''} flex ${ + } pb-2 flex ${ internalAutoRotation ? 'justify-between' : 'justify-end' } absolute bottom-10 left-0 right-0 z-10 min-w-0 mx-layout-sm`} >