From aba383944bc31cce236a36853b4d19440d8675c0 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Thu, 5 May 2022 11:57:01 +0300 Subject: [PATCH] fix(#2404): added brazilian price into packages list popup --- src/features/BuyMatchPopup/components/PackagesList/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx index a87d6872..f94c2d92 100644 --- a/src/features/BuyMatchPopup/components/PackagesList/styled.tsx +++ b/src/features/BuyMatchPopup/components/PackagesList/styled.tsx @@ -13,6 +13,7 @@ import { devices } from '../../../../config' export const List = styled.ul` width: 100%; + height: 460px; overflow-y: auto; margin-top: 25px; padding: 0 40px; @@ -213,7 +214,6 @@ export const ScAutoRenewal = styled(PriceDetails)` line-height: 21px; font-size: 12px; text-transform: none; - white-space: nowrap; margin: 0; color: ${({ theme: { colors } }) => colors.text70};