Lib: Update RacePickCard labelwidth
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user