Lib: Update RacePickCard labelwidth
This commit is contained in:
@ -46,7 +46,7 @@
|
|||||||
data.substitutions.then((s: Substitution[]) => (substitutions = s));
|
data.substitutions.then((s: Substitution[]) => (substitutions = s));
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const labelwidth: string = "60px";
|
const labelwidth: string = "70px";
|
||||||
|
|
||||||
// Reactive state
|
// Reactive state
|
||||||
let required: boolean = $derived(!racepick);
|
let required: boolean = $derived(!racepick);
|
||||||
|
Reference in New Issue
Block a user