From 9de22ee8db9ade8d153aeed2391a5f992b9b0cd7 Mon Sep 17 00:00:00 2001 From: Renatavl <86105228+Renatavl@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:42:24 +0300 Subject: [PATCH] Button hot fix (#2617) --- src/components/offer-banner/OfferBanner.styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/offer-banner/OfferBanner.styles.ts b/src/components/offer-banner/OfferBanner.styles.ts index 1ee1d373d..37cf17935 100644 --- a/src/components/offer-banner/OfferBanner.styles.ts +++ b/src/components/offer-banner/OfferBanner.styles.ts @@ -37,7 +37,6 @@ export const styles = { gap: '16px' }, button: { - whiteSpace: 'nowrap', p: '15px 30px', width: 'auto', lineHeight: '19px'