From 038e51ef73bb6dd236a4e21a702d132528086f5c Mon Sep 17 00:00:00 2001 From: karela Date: Wed, 5 Oct 2022 09:47:42 +0400 Subject: [PATCH] feat(ott-2912): remove max width --- .../TournamentList/components/TournamentMobile/styled.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/features/TournamentList/components/TournamentMobile/styled.tsx b/src/features/TournamentList/components/TournamentMobile/styled.tsx index e38eda59..433f92f2 100644 --- a/src/features/TournamentList/components/TournamentMobile/styled.tsx +++ b/src/features/TournamentList/components/TournamentMobile/styled.tsx @@ -49,10 +49,6 @@ export const TournamentName = styled(Name)` text-overflow: ellipsis; margin-left: 7px; white-space: nowrap; - - @media (orientation: portrait) { - max-width: 150px; - } ` export const CountMatches = styled.span<{ color?: string }>`