Lib: Update RacePickCard labelwidth

This commit is contained in:
2025-02-06 23:13:35 +01:00
parent 705b66f638
commit 6f4b5e45cc

View File

@ -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);