From cd27c43b6385b7727f791d7dd612f1cf39010c63 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Tue, 26 Apr 2022 15:33:19 +0300 Subject: [PATCH] fix(#2404): fixed layout of the modal subscription selection window --- src/features/BuyMatchPopup/components/PackagesList/styled.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx index f94c2d92..d8381191 100644 --- a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx +++ b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx @@ -214,6 +214,7 @@ export const ScAutoRenewal = styled(PriceDetails)` line-height: 21px; font-size: 12px; text-transform: none; + white-space: nowrap; margin: 0; color: ${({ theme: { colors } }) => colors.text70};