From efb25594dcd33ba9e31147eb37186727c0977a43 Mon Sep 17 00:00:00 2001 From: alexnofoget Date: Fri, 12 Aug 2022 16:05:54 +0300 Subject: [PATCH] feat(#ott-2640): small fix --- src/features/TournamentSubtitle/styled.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/TournamentSubtitle/styled.tsx b/src/features/TournamentSubtitle/styled.tsx index ca9d772e..7d35a962 100644 --- a/src/features/TournamentSubtitle/styled.tsx +++ b/src/features/TournamentSubtitle/styled.tsx @@ -39,7 +39,6 @@ type TTournamentName = { } export const TournamentName = styled.span` - max-width: 95%; color: rgba(255, 255, 255, 0.7); font-size: 0.567rem; line-height: 0.95rem;