center text/whitespace prewrap desc
All checks were successful
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 2m59s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 8s
CI/CD Pipeline / Deploy to Kubernetes (push) Successful in 50s

This commit is contained in:
yohlo
2026-03-01 23:59:50 -06:00
parent c138442530
commit 3e5ef04c9f

View File

@@ -53,7 +53,7 @@ const UpcomingTournament: React.FC<{ tournament: Tournament }> = ({
<Header tournament={tournament} /> <Header tournament={tournament} />
<Stack px="xs"> <Stack px="xs">
{tournament.desc && <Text px="md" size="sm">{tournament.desc}</Text>} {tournament.desc && <Text px="md" ta="center" size="sm" style={{ whiteSpace: 'pre-wrap' }}>{tournament.desc}</Text>}
<Card withBorder radius="lg" p="lg"> <Card withBorder radius="lg" p="lg">
<Stack gap="xs"> <Stack gap="xs">