From 629f3aef38bb1c0c2c1d65498440292b329add57 Mon Sep 17 00:00:00 2001 From: Tomas Chlebek Date: Fri, 13 Dec 2024 09:49:58 +0100 Subject: [PATCH] fixed single banner overflowing --- storefront/components/Blocks/Banners/Banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storefront/components/Blocks/Banners/Banner.tsx b/storefront/components/Blocks/Banners/Banner.tsx index 545e399ea0..db8fc69137 100644 --- a/storefront/components/Blocks/Banners/Banner.tsx +++ b/storefront/components/Blocks/Banners/Banner.tsx @@ -47,7 +47,7 @@ export const Banner: FC = ({ banner, bannerSliderState, index, numI - + ); };