feat(ott-2912): remove max width

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
karela 3 years ago
parent c9a22b523c
commit 038e51ef73
  1. 4
      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 }>`

Loading…
Cancel
Save