style(#2843): fix line-height for tournament name

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
Andrei Dekterev 3 years ago
parent d5cd315970
commit c40987abb6
  1. 2
      src/features/TournamentList/components/CollapseTournament/styled.tsx

@ -188,7 +188,7 @@ export const TournamentName = styled(Name)`
max-height: 100%;
font-weight: 600;
font-size: 13px;
line-height: 24px;
line-height: 18px;
text-align: center;
color: #ffffff;
overflow: hidden;

Loading…
Cancel
Save