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};