Skip to content

Commit

Permalink
fixup! fixup! fixup! Feature: archived tournaments
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon committed Feb 9, 2025
1 parent fd5272b commit 417b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/card_tables/tournaments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function TournamentsCardTable({
</Card.Section>

<Group justify="space-between" mt="md" mb="xs">
<Text fw={500}>{tournament.name}</Text>
<Text fw={500} lineClamp={1}>{tournament.name}</Text>
</Group>

<Card.Section className={classes.section}>
Expand Down

0 comments on commit 417b91b

Please # to comment.