diff --git a/src/lib/components/cards/RacePickCard.svelte b/src/lib/components/cards/RacePickCard.svelte index 984aa2f..ebfb9dc 100644 --- a/src/lib/components/cards/RacePickCard.svelte +++ b/src/lib/components/cards/RacePickCard.svelte @@ -46,7 +46,7 @@ data.substitutions.then((s: Substitution[]) => (substitutions = s)); // Constants - const labelwidth: string = "60px"; + const labelwidth: string = "70px"; // Reactive state let required: boolean = $derived(!racepick);