From b5934a7ed2b94636b873f960419cb5d2f92f0024 Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Wed, 3 Sep 2025 14:40:43 +0400 Subject: [PATCH] fix: centered button add status --- src/components/dnd/FunnelDnd/FunnelDnd.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/dnd/FunnelDnd/FunnelDnd.tsx b/src/components/dnd/FunnelDnd/FunnelDnd.tsx index f8ef2d2..6359f36 100644 --- a/src/components/dnd/FunnelDnd/FunnelDnd.tsx +++ b/src/components/dnd/FunnelDnd/FunnelDnd.tsx @@ -120,9 +120,8 @@ const FunnelDnd = < swiper.allowTouchMove = !activeItem; }} className={classes["swiper-container"]} - slidesPerView={1.1} - spaceBetween={10} - style={{ paddingLeft: "10vw" }} + spaceBetween={15} + style={{ paddingInline: "10vw" }} modules={[Pagination]} freeMode={{ enabled: false }} pagination={{ enabled: true, clickable: true }}>